Skip to content

Commit 8ecfa36

Browse files
dependabot[bot]BethanyG
authored andcommitted
Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 475faf3 commit 8ecfa36

4 files changed

Lines changed: 5 additions & 5 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.4
17+
- uses: actions/checkout@v2.3.5
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.4
58+
- uses: actions/checkout@v2.3.5
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.4
10+
- uses: actions/checkout@v2.3.5
1111

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

.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@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
18+
- uses: actions/checkout@v2.3.5
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.4
13+
- uses: actions/checkout@v2.3.5
1414
- name: Run test-runner
1515
run: docker-compose run test-runner

0 commit comments

Comments
 (0)