Skip to content

Commit 327e0b9

Browse files
authored
Merge pull request #3603 from nipy/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 83d52f9 + 86a2fd5 commit 327e0b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codespell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Codespell
1919
uses: codespell-project/actions-codespell@v2

.github/workflows/contrib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
CI_SKIP_TEST: 1
4646

4747
steps:
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
4949
with:
5050
submodules: recursive
5151
fetch-depth: 0

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
with:
4242
fetch-depth: 0
4343
- uses: actions/setup-python@v4
@@ -122,7 +122,7 @@ jobs:
122122
CI_SKIP_TEST: 1
123123

124124
steps:
125-
- uses: actions/checkout@v3
125+
- uses: actions/checkout@v4
126126
- name: Set up Python ${{ matrix.python-version }}
127127
uses: actions/setup-python@v4
128128
with:

0 commit comments

Comments
 (0)