We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d186001 commit 95b212bCopy full SHA for 95b212b
2 files changed
.github/workflows/snapshot-publish.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: dotnet restore
32
33
- name: Setup Python
34
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
35
with:
36
python-version: '3.10'
37
.github/workflows/snapshot-verify.yml
@@ -55,7 +55,7 @@ jobs:
55
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # v4.3.0
56
57
58
59
60
61
0 commit comments