Skip to content

Commit c33d1d7

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-tests.yml

Lines changed: 4 additions & 4 deletions
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@v4
43+
- uses: actions/checkout@v5
4444
with:
4545
fetch-depth: 0
4646

@@ -91,7 +91,7 @@ jobs:
9191
TOXENV: ${{ format('py312-{0}', matrix.step) }}
9292

9393
steps:
94-
- uses: actions/checkout@v4
94+
- uses: actions/checkout@v5
9595
with:
9696
fetch-depth: 0
9797

@@ -118,7 +118,7 @@ jobs:
118118
runs-on: ubuntu-24.04
119119

120120
steps:
121-
- uses: actions/checkout@v4
121+
- uses: actions/checkout@v5
122122

123123
- name: Set up Python
124124
uses: actions/setup-python@v5
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ubuntu-24.04
135135

136136
steps:
137-
- uses: actions/checkout@v4
137+
- uses: actions/checkout@v5
138138

139139
- name: Set up Python
140140
uses: actions/setup-python@v5

.github/workflows/codeql-analysis.yml

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

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
with:
2727
# We must fetch at least the immediate parents so that if this is
2828
# a pull request then we can checkout the head.

0 commit comments

Comments
 (0)