Skip to content

Commit 63b2ca5

Browse files
build(deps): bump actions/setup-python in the action-dependencies group (#2820)
1 parent 7df7711 commit 63b2ca5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717

1818
- name: Set up Python (oldest supported version)
19-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
19+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2020
with:
2121
python-version: "3.9"
2222
cache: 'pip'
@@ -55,7 +55,7 @@ jobs:
5555
persist-credentials: false
5656

5757
- name: Set up Python ${{ matrix.python-version }}
58-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
58+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
cache: 'pip'
@@ -99,7 +99,7 @@ jobs:
9999
run: touch requirements.txt
100100

101101
- name: Set up Python
102-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
102+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
103103
with:
104104
python-version: '3.x'
105105
cache: 'pip'

.github/workflows/_test_sslib_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
19+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2020
with:
2121
python-version: '3.x'
2222
cache: 'pip'

.github/workflows/cd.yml

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

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

.github/workflows/specification-version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
with:
1919
persist-credentials: false
20-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
20+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
2121
with:
2222
python-version: "3.x"
2323
- id: get-version

0 commit comments

Comments
 (0)