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

Commit 4f76bac

Browse files
authored
Merge pull request #11 from vrelease/dependabot/github_actions/actions/setup-python-6
build(deps): bump actions/setup-python from 3 to 6
2 parents 3c3e80f + 8105f67 commit 4f76bac

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)