Skip to content

Commit

Permalink
⬆️ Upgrade checkout GH action in CD workflow
Browse files Browse the repository at this point in the history
Upgrade checkout GH action to v4 from v3, because Node16 is deprecated
  • Loading branch information
ebouchut committed Mar 10, 2024
1 parent 270db9a commit a6f3566
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 @@ -16,7 +16,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
Expand Down

0 comments on commit a6f3566

Please sign in to comment.