We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e22c8f9 commit 9cd9388Copy full SHA for 9cd9388
.github/workflows/package.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Set up Python ${{ matrix.python-version }}
40
id: setup-python
41
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
42
with:
43
python-version: ${{ matrix.python-version }}
44
.github/workflows/publish.yml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
27
28
- name: Set up Python
29
30
31
python-version: "3.11"
32
0 commit comments