Skip to content

Commit 26771dd

Browse files
authored
Merge pull request #290 from nipy/dependabot/github_actions/actions-infrastructure-08b3065b60
build(deps): bump the actions-infrastructure group across 1 directory with 2 updates
2 parents 7845e64 + 2a4d7be commit 26771dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 3 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@v5
85+
- uses: actions/checkout@v6
8686
with:
8787
submodules: recursive
8888
fetch-depth: 0
@@ -93,7 +93,7 @@ jobs:
9393
path: ${{ env.TEST_DATA_HOME }}
9494
key: data-cache-v2-${{ needs.cache-test-data.outputs.SHA }}
9595
- name: Set up Python ${{ matrix.python-version }}
96-
uses: actions/setup-python@v5
96+
uses: actions/setup-python@v6
9797
with:
9898
python-version: ${{ matrix.python-version }}
9999
- name: Display Python version
@@ -118,7 +118,7 @@ jobs:
118118
check: ['style']
119119

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

0 commit comments

Comments
 (0)