Skip to content

Commit a985556

Browse files
committed
Fix issues highlighted by zizmor
1 parent c556dd3 commit a985556

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
4444
with:
4545
python-version: '3.14'
46-
cache: "pip"
47-
cache-dependency-path: "**/pyproject.toml"
4846

4947
- name: ⬇️ Install build dependencies
5048
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
with:
9090
persist-credentials: false
9191
fetch-depth: 0
92-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
92+
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
9393
with:
9494
# Use latest Python, so it understands all syntax.
9595
python-version: ${{env.PYTHON_LATEST}}

0 commit comments

Comments
 (0)