Skip to content

Commit 63b4568

Browse files
Bump actions/checkout from 3 to 4 (#3066)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 204a83b commit 63b4568

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/codespell-private.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
no-toml: 'no-toml'
3131
name: ${{ matrix.python-version }} ${{ matrix.no-toml }}
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
with:
3535
persist-credentials: false
3636
- name: Setup python
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/setup-python@v4
6565
with:
6666
python-version: 3.x
67-
- uses: actions/checkout@v3
67+
- uses: actions/checkout@v4
6868
with:
6969
persist-credentials: false
7070
- name: Install general dependencies

.github/workflows/codespell-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Test Windows
99
runs-on: windows-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
persist-credentials: false
1414
- name: Setup python

.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@v3
12+
- uses: actions/checkout@v4
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@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
persist-credentials: false
2424
- name: Set up Python

0 commit comments

Comments
 (0)