Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 8105f67

Browse files
build(deps): bump actions/setup-python from 3 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...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>
1 parent 3c3e80f commit 8105f67

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Set up Python 3.8
28-
uses: actions/setup-python@v3
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: 3.8
3131

.github/workflows/pkg-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Set up Python ${{ matrix.py-version }}
21-
uses: actions/setup-python@v3
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: ${{ matrix.py-version }}
2424

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git config --global user.name "Caian Ertl"
3939
4040
- name: Set up Python ${{ matrix.py-version }}
41-
uses: actions/setup-python@v3
41+
uses: actions/setup-python@v6
4242
with:
4343
python-version: ${{ matrix.py-version }}
4444

0 commit comments

Comments
 (0)