Skip to content

Commit f61af4a

Browse files
chore(deps): update actions/setup-python digest to a26af69
1 parent 35c3561 commit f61af4a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Checkout
9090
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9191
- name: Setup Python
92-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
92+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
9393
- name: Download the build artifacts
9494
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
9595
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
- name: Setup Python
23-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
23+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install testing dependencies
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
fetch-depth: 0
6363
- name: Setup Python
64-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
64+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
6565
with:
6666
python-version: "3.10"
6767
- name: Install build dependencies

0 commit comments

Comments
 (0)