Skip to content

Commit 8598913

Browse files
chore: bump actions/setup-python from 4 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...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 258f210 commit 8598913

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)