We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af0fda2 commit 951df07Copy full SHA for 951df07
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
run: git fetch --no-tags --prune --depth=1 origin ${{ github.event.pull_request.base.sha }}
20
21
- name: set python up with caching
22
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
+ uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
23
with:
24
python-version-file: '.tool-versions'
25
cache: 'pip'
@@ -43,7 +43,7 @@ jobs:
43
cache: true
44
45
46
47
48
49
0 commit comments