Skip to content

Commit 50e9231

Browse files
Bump deadsnakes/action from 3.1.0 to 3.2.0
Bumps [deadsnakes/action](https://github.com/deadsnakes/action) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/deadsnakes/action/releases) - [Commits](deadsnakes/action@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: deadsnakes/action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26b81aa commit 50e9231

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)