Skip to content

Commit

Permalink
chore(deps): update svenstaro/upload-release-action digest to 04733e0 (
Browse files Browse the repository at this point in the history
…#18)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent d7555d1 commit d143fc4
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@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # 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@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
with:
repo_token: ${{ github.token }}
file_glob: true
Expand Down

0 comments on commit d143fc4

Please sign in to comment.