Skip to content

Commit 5cfbf34

Browse files
Update actions/setup-python action to v5.4.0
1 parent 90fdc6b commit 5cfbf34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
12+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
1313
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1414
- name: Run ShellCheck
1515
uses: ludeeus/action-shellcheck@master

0 commit comments

Comments
 (0)