Skip to content

Commit acafa03

Browse files
authored
Merge pull request #227 from nipy/dependabot/github_actions/actions-f039b2dc45
Build(deps): Bump the actions group with 2 updates
2 parents 10ee40e + d15e6fb commit acafa03

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/codespell.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: Codespell
2222
uses: codespell-project/actions-codespell@v2

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repo
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535
- name: Set up Python ${{ matrix.python-version }}
36-
uses: actions/setup-python@v4
36+
uses: actions/setup-python@v5
3737
with:
3838
python-version: ${{ matrix.python-version }}
3939
allow-prereleases: true

.github/workflows/wheels.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
commit_message: ${{ steps.get_commit_message.outputs.commit_message }}
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 2
2727
- name: Print head git commit message
@@ -39,7 +39,7 @@ jobs:
3939
name: Build sdist
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
with:
4444
fetch-depth: 0
4545
- name: Build sdist
@@ -75,11 +75,11 @@ jobs:
7575
- { buildplat: ["macos-14", "macosx_arm64"], python: "*" }
7676

7777
steps:
78-
- uses: actions/checkout@v3
78+
- uses: actions/checkout@v4
7979
with:
8080
fetch-depth: 0
8181

82-
- uses: actions/setup-python@v3
82+
- uses: actions/setup-python@v5
8383

8484
- name: Update pip/pipx
8585
run: python -m pip install --upgrade pip pipx
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
name: source-dist
112112
path: ./dist
113-
- uses: actions/setup-python@v4
113+
- uses: actions/setup-python@v5
114114
with:
115115
python-version: "3.11"
116116
- name: Display Python version

0 commit comments

Comments
 (0)