Skip to content

Commit

Permalink
Update .github/workflows/packaging.yml
Browse files Browse the repository at this point in the history
Use latest version of the checkout action.

Co-authored-by: Nuwan Goonasekera <2070605+nuwang@users.noreply.github.com>
  • Loading branch information
ksuderman and nuwang authored Apr 17, 2024
1 parent dfceb29 commit 7236270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
&& contains(needs.*.result, 'success')
&& !contains(needs.*.result, 'failure')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Tag and release
Expand Down

0 comments on commit 7236270

Please sign in to comment.