Skip to content

Commit

Permalink
fix actions/checkout version (#16)
Browse files Browse the repository at this point in the history
v5 does not exist
  • Loading branch information
DetachHead authored May 22, 2024
1 parent 220b513 commit 2201ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
update-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v4

- name: Update dependencies
uses: pdm-project/update-deps-action@main
Expand Down

0 comments on commit 2201ffd

Please sign in to comment.