Skip to content

Commit 12993a6

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- 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 898fddf commit 12993a6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
TOXENV: ${{ format('py{0}{1}-{2}', matrix.py-ver-major, matrix.py-ver-minor, matrix.step) }}
3333

3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636
with:
3737
fetch-depth: 0
3838

@@ -90,7 +90,7 @@ jobs:
9090
TOXENV: ${{ format('py310-{0}', matrix.step) }}
9191

9292
steps:
93-
- uses: actions/checkout@v2
93+
- uses: actions/checkout@v3
9494
with:
9595
fetch-depth: 0
9696

@@ -123,7 +123,7 @@ jobs:
123123
container: [docker, singularity, podman]
124124

125125
steps:
126-
- uses: actions/checkout@v2
126+
- uses: actions/checkout@v3
127127

128128
- name: Set up Singularity
129129
uses: eWaterCycle/setup-singularity@v7
@@ -149,7 +149,7 @@ jobs:
149149
runs-on: ubuntu-20.04
150150

151151
steps:
152-
- uses: actions/checkout@v2
152+
- uses: actions/checkout@v3
153153

154154
- name: Set up Singularity
155155
uses: eWaterCycle/setup-singularity@v7

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

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

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

.github/workflows/quay-publish.yml

Lines changed: 1 addition & 1 deletion
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@master
11+
- uses: actions/checkout@v3
1212
- name: Get image tags
1313
id: image_tags
1414
run: |

0 commit comments

Comments
 (0)