Skip to content

Commit

Permalink
pipeline: bump checkout function v2 > v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rwese committed Feb 11, 2024
1 parent b15a688 commit 591c78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-tags-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
input_string: ${{ github.ref }}
version_extractor_regex: '\/v(.*)$'

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}

Expand Down

0 comments on commit 591c78d

Please sign in to comment.