Skip to content

Commit

Permalink
chore(deps): bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 28, 2024
1 parent 1db6007 commit dc52b40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: extract-dvm-version
uses: ./.github/actions/extract-dvm-version
- name: Upload checksums to GitHub
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
with:
files: |
build/dvm-${{ steps.extract-dvm-version.outputs.version }}-linux-ia32.sha256
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
id: extract-dvm-version
uses: ./.github/actions/extract-dvm-version
- name: Upload checksums to GitHub
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
with:
files: |
build/dvm-${{ steps.extract-dvm-version.outputs.version }}-macos-${{ matrix.args.arch }}.sha256
Expand All @@ -88,7 +88,7 @@ jobs:
id: extract-dvm-version
uses: ./.github/actions/extract-dvm-version
- name: Upload checksums to GitHub
uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
with:
files: |
build/dvm-${{ steps.extract-dvm-version.outputs.version }}-windows-ia32.sha256
Expand Down

0 comments on commit dc52b40

Please sign in to comment.