Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 31, 2024
1 parent 9920874 commit ec406d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: NiklasRosenstein/slap@gha/install/v1
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with: { python-version: "${{ matrix.python-version }}" }
- run: slap install --no-venv-check
- run: slap test
Expand Down

0 comments on commit ec406d5

Please sign in to comment.