Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v5 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2024
1 parent ad168bc commit 5e3c7bc
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 @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: NiklasRosenstein/slap@gha/install/v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with: { python-version: "${{ matrix.python-version }}" }
- name: Install
run: slap install --no-venv-check
Expand Down

0 comments on commit 5e3c7bc

Please sign in to comment.