Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b9f36c

Browse files
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] <[email protected]>
1 parent bcc1b80 commit 7b9f36c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Regenerate autogenerated files
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616
with:
1717
persist-credentials: false
1818
- run: make codespell_lib/data/dictionary_en_to_en-OX_AUTOGENERATED.txt

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Check for spelling errors
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
with:
1414
persist-credentials: false
1515
- uses: codespell-project/actions-codespell@master

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
package:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
with:
2323
persist-credentials: false
2424
- name: Set up Python

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
os: "windows-latest"
4343
name: "${{ matrix.python-version }} ${{ matrix.kind }} ${{ matrix.os }}"
4444
steps:
45-
- uses: actions/checkout@v6
45+
- uses: actions/checkout@v7
4646
with:
4747
persist-credentials: false
4848
- name: Setup python
@@ -88,7 +88,7 @@ jobs:
8888
uses: actions/setup-python@v6
8989
with:
9090
python-version: 3.x
91-
- uses: actions/checkout@v6
91+
- uses: actions/checkout@v7
9292
with:
9393
persist-credentials: false
9494
- name: Install general dependencies

0 commit comments

Comments
 (0)