Skip to content

Commit f1e0580

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b1a1a0b commit f1e0580

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci-tests.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
TOXENV: ${{ format('py{0}{1}-{2}', matrix.py-ver-major, matrix.py-ver-minor, matrix.step) }}
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
with:
4545
fetch-depth: 0
4646

@@ -99,7 +99,7 @@ jobs:
9999
TOXENV: ${{ format('py311-{0}', matrix.step) }}
100100

101101
steps:
102-
- uses: actions/checkout@v3
102+
- uses: actions/checkout@v4
103103
with:
104104
fetch-depth: 0
105105

@@ -127,7 +127,7 @@ jobs:
127127
env:
128128
py-semver: "3.11"
129129
steps:
130-
- uses: actions/checkout@v3
130+
- uses: actions/checkout@v4
131131
with:
132132
fetch-depth: 0
133133

@@ -174,7 +174,7 @@ jobs:
174174
extras: "--fast-parser"
175175

176176
steps:
177-
- uses: actions/checkout@v3
177+
- uses: actions/checkout@v4
178178

179179
- name: Set up Singularity
180180
if: ${{ matrix.container == 'singularity' }}
@@ -216,7 +216,7 @@ jobs:
216216
runs-on: ubuntu-22.04
217217

218218
steps:
219-
- uses: actions/checkout@v3
219+
- uses: actions/checkout@v4
220220

221221
- name: Set up Singularity
222222
run: |
@@ -248,7 +248,7 @@ jobs:
248248
build_test_container:
249249
runs-on: ubuntu-latest
250250
steps:
251-
- uses: actions/checkout@v3
251+
- uses: actions/checkout@v4
252252
- name: build & test cwltool_module container
253253
run: ./build-cwltool-docker.sh
254254

@@ -258,7 +258,7 @@ jobs:
258258
env:
259259
TOXENV: py311-unit
260260
steps:
261-
- uses: actions/checkout@v3
261+
- uses: actions/checkout@v4
262262
with:
263263
fetch-depth: 0
264264
- name: Set up Python

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727

2828
# Initializes the CodeQL tools for scanning.
2929
- name: Initialize CodeQL

.github/workflows/quay-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Get image tags
1313
id: image_tags
1414
run: |

0 commit comments

Comments
 (0)