Skip to content

Commit

Permalink
chore: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof "Chris" Radomski committed Nov 2, 2023
1 parent 9e616e5 commit cf4c6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
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@v3

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

0 comments on commit cf4c6b2

Please sign in to comment.