Skip to content

Commit 4d4e3ad

Browse files
authored
Merge pull request #8 from Rocket-Quack/dependabot/github_actions/develop/actions/setup-python-6
chore: bump actions/setup-python from 4 to 6
2 parents 910c293 + 8598913 commit 4d4e3ad

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
grep -rn "def test" > /dev/null
7272
7373
- name: Setup Python
74-
uses: actions/setup-python@v4
74+
uses: actions/setup-python@v6
7575
with:
7676
python-version: ${{ steps.runtime.outputs.python_version }}
7777

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
esac
6868
6969
- name: Setup Python
70-
uses: actions/setup-python@v5
70+
uses: actions/setup-python@v6
7171
with:
7272
python-version: ${{ steps.runtime.outputs.python_version }}
7373

.github/workflows/guard-scripts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
esac
4949
5050
- name: Setup Python
51-
uses: actions/setup-python@v5
51+
uses: actions/setup-python@v6
5252
with:
5353
python-version: ${{ steps.runtime.outputs.python_version }}
5454

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
;;
4848
esac
4949
50-
- uses: actions/setup-python@v5
50+
- uses: actions/setup-python@v6
5151
with:
5252
python-version: ${{ steps.runtime.outputs.python_version }}
5353
cache: pip
@@ -90,7 +90,7 @@ jobs:
9090
;;
9191
esac
9292
93-
- uses: actions/setup-python@v5
93+
- uses: actions/setup-python@v6
9494
with:
9595
python-version: ${{ steps.runtime.outputs.python_version }}
9696

0 commit comments

Comments
 (0)