Skip to content

Commit a950ead

Browse files
chore(deps): update actions/setup-python digest to a309ff8
1 parent 3552d19 commit a950ead

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Set up Python
21-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
21+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2222
with:
2323
python-version: '3.14'
2424

.github/workflows/update-api-specs-parallel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4444

4545
- name: Set up Python
46-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
46+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4747
with:
4848
python-version: "3.14"
4949

.github/workflows/update-api-specs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3838

3939
- name: Set up Python
40-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
40+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
4141
with:
4242
python-version: "3.14"
4343

@@ -120,7 +120,7 @@ jobs:
120120
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
121121

122122
- name: Set up Python
123-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
123+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
124124
with:
125125
python-version: "3.14"
126126

@@ -219,7 +219,7 @@ jobs:
219219
ref: ${{ github.head_ref || github.ref }}
220220

221221
- name: Set up Python
222-
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
222+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
223223
with:
224224
python-version: "3.14"
225225

0 commit comments

Comments
 (0)