Skip to content

Commit e6c284c

Browse files
.github: Bump actions/setup-python from 4 to 6
Dependabot couldn't find the original pull request head commit, a00530a.
1 parent a8184d5 commit e6c284c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/create-backport-trackers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
src/script/backport-create-issue
4444
src/script/requirements.backport-create-issue.txt
4545
sparse-checkout-cone-mode: false
46-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
46+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4747
with:
4848
python-version: '>=3.6 <3.12'
4949
cache: 'pip'

.github/workflows/diff-ceph-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
echo "COMMON_ANCESTOR_SHA=${COMMON_ANCESTOR_SHA}" >> $GITHUB_ENV
4646
4747
- name: Setup Python
48-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 #v5.6.0
48+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c #v6.0.0
4949
with:
5050
python-version: '3.13'
5151

.github/workflows/redmine-upkeep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
fetch-depth: 0
5353

5454
- name: Setup Python
55-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
55+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5656
with:
5757
python-version: '3.9'
5858
cache: 'pip'

0 commit comments

Comments
 (0)