We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc925a commit 71394e2Copy full SHA for 71394e2
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
21
- - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
22
with:
23
python-version: "3.9"
24
.github/workflows/pre-commit-autoupdate.yml
@@ -27,7 +27,7 @@ jobs:
27
app-id: ${{ vars.SLICER_APP_ID }}
28
private-key: ${{ secrets.SLICER_APP_PRIVATE_KEY }}
29
30
31
32
python-version: 3.12
33
0 commit comments