Skip to content

Commit ec406d5

Browse files
chore(deps): update actions/setup-python action to v5 (#24)
1 parent 9920874 commit ec406d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: NiklasRosenstein/slap@gha/install/v1
28-
- uses: actions/setup-python@v2
28+
- uses: actions/setup-python@v5
2929
with: { python-version: "${{ matrix.python-version }}" }
3030
- run: slap install --no-venv-check
3131
- run: slap test

0 commit comments

Comments
 (0)