Skip to content

Commit 14ccc45

Browse files
dependabot[bot]mr-c
authored andcommitted
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58c09f2 commit 14ccc45

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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@v6
43+
- uses: actions/checkout@v7
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@v6
94+
- uses: actions/checkout@v7
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@v6
121+
- uses: actions/checkout@v7
122122

123123
- name: Set up Python
124124
uses: actions/setup-python@v6
@@ -139,7 +139,7 @@ jobs:
139139
runs-on: ubuntu-24.04
140140

141141
steps:
142-
- uses: actions/checkout@v6
142+
- uses: actions/checkout@v7
143143

144144
- name: Set up Python
145145
uses: actions/setup-python@v6

.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@v6
25+
uses: actions/checkout@v7
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)