Skip to content

Commit 5c52e2b

Browse files
authored
Merge pull request #283 from nipy/dependabot/github_actions/actions-infrastructure-a331d3ec2d
build(deps): bump actions/checkout from 4 to 5 in the actions-infrastructure group
2 parents 4eb5bc4 + bb82427 commit 5c52e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
DEPENDS: ${{ matrix.dependencies }}
8383

8484
steps:
85-
- uses: actions/checkout@v4
85+
- uses: actions/checkout@v5
8686
with:
8787
submodules: recursive
8888
fetch-depth: 0
@@ -118,7 +118,7 @@ jobs:
118118
check: ['style']
119119

120120
steps:
121-
- uses: actions/checkout@v4
121+
- uses: actions/checkout@v5
122122
- name: Install the latest version of uv
123123
uses: astral-sh/setup-uv@v6
124124
- name: Show tox config

0 commit comments

Comments
 (0)