Skip to content

Commit 3a7aaae

Browse files
Bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3e54a7c commit 3a7aaae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v4
3636
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
3737
id: python
38-
uses: actions/setup-python@v4.7.1
38+
uses: actions/setup-python@v5
3939
with:
4040
python-version: ${{ env.DEFAULT_PYTHON }}
4141
check-latest: true
@@ -80,7 +80,7 @@ jobs:
8080
uses: actions/checkout@v4
8181
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
8282
id: python
83-
uses: actions/setup-python@v4.7.1
83+
uses: actions/setup-python@v5
8484
with:
8585
python-version: ${{ env.DEFAULT_PYTHON }}
8686
check-latest: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2626
id: python
27-
uses: actions/setup-python@v4.7.1
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ env.DEFAULT_PYTHON }}
3030
check-latest: true

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: echo "GITHUB_REPOSITORY_SLUG=${GITHUB_REPOSITORY////_}" >> $GITHUB_ENV
4545

4646
- name: Set up Python ${{ matrix.python-version }}
47-
uses: actions/setup-python@v4
47+
uses: actions/setup-python@v5
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050
cache: pip

0 commit comments

Comments
 (0)