Skip to content

Commit

Permalink
Upgrade instance of actions/setup-python to v5
Browse files Browse the repository at this point in the history
Also pull the Python version from steps.setup-env.outputs instead of
hardcoding it.
  • Loading branch information
jsf9k committed Sep 25, 2024
1 parent 3f1ebb4 commit 9acadf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,9 +378,9 @@ jobs:
egress-policy: audit
- uses: actions/checkout@v4
- id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
python-version: ${{ steps.setup-env.outputs.python-version }}
- name: Cache testing environments
uses: actions/cache@v4
env:
Expand Down

0 comments on commit 9acadf7

Please sign in to comment.