Skip to content

Commit

Permalink
Merge pull request #40 from ebouchut/config/upgrade_dependencies_part2
Browse files Browse the repository at this point in the history
⬆️  Upgrade checkout GH action in CD workflow
  • Loading branch information
ebouchut authored Mar 10, 2024
2 parents 270db9a + a6f3566 commit d5b4a19
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 d5b4a19

Please sign in to comment.