Skip to content

Commit

Permalink
Update checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
teeks99 committed Oct 31, 2024
1 parent 8dc7694 commit 17a0a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: get-hash
id: hash
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
Expand Down

0 comments on commit 17a0a80

Please sign in to comment.