Skip to content

Commit

Permalink
actions also needs to use latest
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahayres committed Mar 13, 2024
1 parent 8d89fa2 commit b455f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Prepare repository
run: git fetch --unshallow --tags
Expand Down

0 comments on commit b455f23

Please sign in to comment.