Skip to content

Commit e6cfd03

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

+1-1
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)