We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1379a9c + f944fb3 commit f73e6a7Copy full SHA for f73e6a7
1 file changed
.github/workflows/test-python.yml
@@ -11,10 +11,10 @@ jobs:
11
test:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
15
16
- name: Set up Python
17
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
18
with:
19
python-version: '3.12'
20
0 commit comments