Skip to content

Commit ddc0950

Browse files
authored
Merge pull request #39 from libranet/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents ca8962d + 6ee6add commit ddc0950

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linting.yaml

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

3333
# https://github.com/actions/setup-python
3434
- name: Set up Python 3.11
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: "3.11"
3838

.github/workflows/release.yaml

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

2626
# https://github.com/actions/setup-python
2727
- name: Setup Python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.12"
3131

.github/workflows/testing.yaml

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

6666
# https://github.com/actions/setup-python
6767
- name: Set up Python ${{ matrix.python-version }}
68-
uses: actions/setup-python@v5
68+
uses: actions/setup-python@v6
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171

0 commit comments

Comments
 (0)