We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f110433 commit 7621ccaCopy full SHA for 7621cca
.github/workflows/create-releases.yml
@@ -9,7 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
11
- name: Setup Python
12
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # ratchet:actions/setup-python@v5
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # ratchet:actions/setup-python@v5
13
with:
14
python-version-file: .python-version-default
15
- name: Build
0 commit comments