Skip to content

Commit

Permalink
Merge pull request #783 from ebouchut/config/upgrade_actions_python_t…
Browse files Browse the repository at this point in the history
…o_v5

⬆️  Upgrade `actions/setup-python` to `v5` from `v4`
  • Loading branch information
ebouchut authored Jan 26, 2024
2 parents 89e4bd8 + d1c6758 commit 7d5964a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: pip install -r requirements.txt
Expand Down

0 comments on commit 7d5964a

Please sign in to comment.