Skip to content

Commit fcc4b80

Browse files
authored
Merge pull request #1367 from nipy/dependabot/github_actions/deadsnakes/action-3.2.0
Bump deadsnakes/action from 3.1.0 to 3.2.0
2 parents 26b81aa + 50e9231 commit fcc4b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
allow-prereleases: true
177177
- name: Set up Python ${{ matrix.python-version }}
178178
if: endsWith(matrix.python-version, '-dev')
179-
uses: deadsnakes/action@v3.1.0
179+
uses: deadsnakes/action@v3.2.0
180180
with:
181181
python-version: ${{ matrix.python-version }}
182182
nogil: true

0 commit comments

Comments
 (0)