Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
BethanyG
parent
3f93453fb1
commit
442c142c8f
4
.github/workflows/ci-workflow.yml
vendored
4
.github/workflows/ci-workflow.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
housekeeping:
|
||||
runs-on: ubuntu-16.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v2.3.4
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2.2.2
|
||||
@@ -55,7 +55,7 @@ jobs:
|
||||
matrix:
|
||||
python-version: [3.6, 3.7, 3.8, 3.9]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v2.3.4
|
||||
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
with:
|
||||
|
||||
2
.github/workflows/configlet.yml
vendored
2
.github/workflows/configlet.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
|
||||
- uses: actions/checkout@v2.3.4
|
||||
|
||||
- name: Fetch configlet
|
||||
uses: exercism/github-actions/configlet-ci@main
|
||||
|
||||
2
.github/workflows/test-runner.yml
vendored
2
.github/workflows/test-runner.yml
vendored
@@ -10,6 +10,6 @@ jobs:
|
||||
test-runner:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- name: Run test-runner
|
||||
run: docker-compose run test-runner
|
||||
|
||||
Reference in New Issue
Block a user