Skip to content

Commit 4a54789

Browse files
ci: bump actions/setup-python from 2 to 6 (#320)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2fa984 commit 4a54789

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
submodules: recursive
2121
fetch-depth: 0
2222
fetch-tags: true
23-
- uses: actions/setup-python@v3
23+
- uses: actions/setup-python@v6
2424
with:
2525
python-version: 3.12
2626
- uses: pre-commit/action@v3.0.0

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
submodules: recursive
1919

20-
- uses: actions/setup-python@v2
20+
- uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.12
2323

0 commit comments

Comments
 (0)