Skip to content

Commit fb4628f

Browse files
build(deps): bump actions/setup-python in the action-dependencies group (#982)
1 parent b20f967 commit fb4628f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
persist-credentials: false
4949

5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
51+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
cache: "pip"

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.event.workflow_run.head_branch }}
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
28+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2929
with:
3030
python-version: '3.x'
3131

.github/workflows/test-kms-aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
21+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
2222
with:
2323
python-version: '3.x'
2424
cache: 'pip'

.github/workflows/test-kms.yml

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

2424
- name: Set up Python
25-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
25+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
2626
with:
2727
python-version: '3.x'
2828
cache: 'pip'

.github/workflows/test-sigstore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
persist-credentials: false
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
23+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
2424
with:
2525
python-version: '3.x'
2626
cache: 'pip'

.github/workflows/test-vault.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
persist-credentials: false
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38
21+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55
2222
with:
2323
python-version: '3.x'
2424
cache: 'pip'

0 commit comments

Comments
 (0)