Skip to content

Commit ce25bd1

Browse files
Update actions/setup-python action to v6
1 parent 5db396f commit ce25bd1

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
git reset --soft HEAD^
9292
9393
- name: Setup Python 3.12
94-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
94+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
9595
with:
9696
python-version: '3.12'
9797

.github/workflows/code-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 1
2323

2424
- name: Set up Python 3.13
25-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
25+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2626
with:
2727
python-version: '3.13'
2828

.github/workflows/get-target-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1818

1919
- name: Set up Python 3.12
20-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
20+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2121
with:
2222
python-version: '3.12'
2323

.github/workflows/lock-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Set up Python 3.12
30-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
30+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3131
with:
3232
python-version: '3.12'
3333

.github/workflows/manual-backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
git reset --soft HEAD^
4747
4848
- name: Setup Python 3.12
49-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
49+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
5050
with:
5151
python-version: '3.12'
5252

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git fetch origin main:refs/remotes/origin/main
2222
2323
- name: Set up Python 3.13
24-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
24+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
2525
with:
2626
python-version: '3.13'
2727

.github/workflows/release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ref: ${{ github.event.inputs.target_branch }}
3939

4040
- name: Set up Python 3.12
41-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
41+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
4242
with:
4343
python-version: '3.12'
4444

.github/workflows/release-fleet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
fetch-depth: 0
7575

7676
- name: Set up Python 3.12
77-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
77+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
7878
with:
7979
python-version: '3.12'
8080

0 commit comments

Comments
 (0)