Skip to content

Commit f53fe0e

Browse files
Bump actions/setup-python from 5.4.0 to 6.0.0 (#135)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98517f8 commit f53fe0e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-24.04
2828
steps:
2929
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4
30-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
30+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
3131
with:
3232
python-version: '3.10'
3333
- name: Create version
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4
5353
- name: Set up Python
54-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
54+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757

.github/workflows/stable-release-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-24.04
2727
steps:
2828
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4
29-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
29+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
3030
with:
3131
python-version: '3.10'
3232
- name: Create version
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4
5353
- name: Set up Python
54-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
54+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v5
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757

0 commit comments

Comments
 (0)