We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cef729 + fb0438d commit 687b559Copy full SHA for 687b559
.github/workflows/package.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Set up Python ${{ matrix.python-version }}
39
id: setup-python
40
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
+ uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
41
with:
42
python-version: ${{ matrix.python-version }}
43
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
27
- name: Set up Python
28
29
30
python-version: "3.11"
31
0 commit comments