Skip to content

Commit 7d07bdc

Browse files
Bump actions/checkout from 4 to 5 (#3757)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 267a301 commit 7d07bdc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.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@v4
12+
- uses: actions/checkout@v5
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@v4
21+
- uses: actions/checkout@v5
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
@@ -38,7 +38,7 @@ jobs:
3838
os: "windows-latest"
3939
name: "${{ matrix.python-version }} ${{ matrix.kind }} ${{ matrix.os }}"
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
with:
4343
persist-credentials: false
4444
- name: Setup python
@@ -80,7 +80,7 @@ jobs:
8080
steps:
8181
- name: Setup Python
8282
uses: actions/setup-python@v5
83-
- uses: actions/checkout@v4
83+
- uses: actions/checkout@v5
8484
with:
8585
persist-credentials: false
8686
- name: Install general dependencies

0 commit comments

Comments
 (0)