Skip to content

Commit 6a1023e

Browse files
chore(deps): bump deadsnakes/action from 2.1.1 to 3.0.0 (#4383)
Bumps [deadsnakes/action](https://github.com/deadsnakes/action) from 2.1.1 to 3.0.0. - [Release notes](https://github.com/deadsnakes/action/releases) - [Commits](deadsnakes/action@v2.1.1...v3.0.0) --- updated-dependencies: - dependency-name: deadsnakes/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b55f8f commit 6a1023e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ jobs:
200200
- uses: actions/checkout@v3
201201

202202
- name: Setup Python ${{ matrix.python-version }} (deadsnakes)
203-
uses: deadsnakes/action@v2.1.1
203+
uses: deadsnakes/action@v3.0.0
204204
with:
205205
python-version: ${{ matrix.python-version }}
206206
debug: ${{ matrix.python-debug }}

0 commit comments

Comments
 (0)