Skip to content

Commit

Permalink
Update an instance of actions/setup-python to v5
Browse files Browse the repository at this point in the history
This agrees with the changes made upstream.
  • Loading branch information
jsf9k committed Jun 7, 2024
1 parent c21563d commit 414f256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ jobs:
egress-policy: audit
- uses: actions/checkout@v4
- id: setup-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ steps.setup-env.outputs.python-version }}
- name: Cache testing environments
Expand Down

0 comments on commit 414f256

Please sign in to comment.