Skip to content

Commit

Permalink
Update GitHub Actions workflow to use actions/setup-python@v5.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtl1979 committed Feb 12, 2024
1 parent c31d8de commit eca3b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
ref: master

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'

Expand Down

0 comments on commit eca3b5f

Please sign in to comment.