Skip to content

Commit

Permalink
chore(deps): update svenstaro/upload-release-action digest to 1beeb57
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent a19ae5b commit 73d1b02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
${{ inputs.filename }}.asc
- name: Upload binaries to release
if: inputs.upload-release-assets && startsWith(github.ref, 'refs/tags/')
uses: svenstaro/upload-release-action@2b9d2847a97b04d02ad5c3df2d3a27baa97ce689 # v2
uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df # v2
with:
repo_token: ${{ github.token }}
file_glob: true
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
${{ inputs.filename }}.asc
- name: Upload binaries to release
if: inputs.upload-release-assets == 'true' && startsWith(github.ref, 'refs/tags/')
uses: svenstaro/upload-release-action@2b9d2847a97b04d02ad5c3df2d3a27baa97ce689 # v2
uses: svenstaro/upload-release-action@1beeb572c19a9242f4361f4cee78f8e0d9aec5df # v2
with:
repo_token: ${{ github.token }}
file_glob: true
Expand Down

0 comments on commit 73d1b02

Please sign in to comment.