Skip to content

Commit 621280d

Browse files
chore(deps): update actions/setup-python digest to a26af69
1 parent 5d81269 commit 621280d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
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)