There was an error while loading. Please reload this page.
1 parent c556dd3 commit a985556Copy full SHA for a985556
2 files changed
.github/workflows/publish.yml
@@ -43,8 +43,6 @@ jobs:
43
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
44
with:
45
python-version: '3.14'
46
- cache: "pip"
47
- cache-dependency-path: "**/pyproject.toml"
48
49
- name: ⬇️ Install build dependencies
50
run: |
.github/workflows/test.yml
@@ -89,7 +89,7 @@ jobs:
89
90
persist-credentials: false
91
fetch-depth: 0
92
- - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
+ - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
93
94
# Use latest Python, so it understands all syntax.
95
python-version: ${{env.PYTHON_LATEST}}
0 commit comments