Skip to content

Commit 2171fb7

Browse files
Bump actions/checkout from 2.3.5 to 2.4.0 (exercism#2720)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acf6cf4 commit 2171fb7

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
housekeeping:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2.3.5
17+
- uses: actions/checkout@v2.4.0
1818

1919
- name: Set up Python
2020
uses: actions/setup-python@v2.2.2
@@ -55,7 +55,7 @@ jobs:
5555
matrix:
5656
python-version: [3.6, 3.7, 3.8, 3.9]
5757
steps:
58-
- uses: actions/checkout@v2.3.5
58+
- uses: actions/checkout@v2.4.0
5959

6060
- uses: actions/setup-python@v2.2.2
6161
with:

.github/workflows/configlet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2.3.5
10+
- uses: actions/checkout@v2.4.0
1111

1212
- name: Fetch configlet
1313
uses: exercism/github-actions/configlet-ci@main

.github/workflows/issue-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Comments for every NEW issue.
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v2.3.4
12+
uses: actions/checkout@v2.4.0
1313

1414
- name: Read issue-comment.md
1515
id: issue-comment

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Sync labels
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2.3.5
18+
- uses: actions/checkout@v2.4.0
1919
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test-runner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
test-runner:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2.3.5
13+
- uses: actions/checkout@v2.4.0
1414
- name: Run test-runner
1515
run: docker-compose run test-runner

0 commit comments

Comments
 (0)