Skip to content

Commit 5e3c7bc

Browse files
chore(deps): update actions/setup-python action to v5 (#314)
1 parent ad168bc commit 5e3c7bc

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
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- uses: NiklasRosenstein/slap@gha/install/v1
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v5
2525
with: { python-version: "${{ matrix.python-version }}" }
2626
- name: Install
2727
run: slap install --no-venv-check

0 commit comments

Comments
 (0)