Skip to content

Commit

Permalink
Merge pull request #45 from termux/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
fornwall authored Oct 6, 2023
2 parents 2fca44f + 8e3cef9 commit d9d66fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/attach_files_to_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
id: vars
run: echo ::set-output name=tag::${GITHUB_REF/refs\/tags\//}
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.GITHUB_REF }}
- name: sha256sums
Expand Down

0 comments on commit d9d66fc

Please sign in to comment.