Skip to content

Commit

Permalink
Bump softprops/action-gh-release from 2.0.8 to 2.0.9 (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 47a4be5 commit 97b7d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
run: ("hash=" + $(Get-FileHash -Path "${{ needs.build.outputs.zipname }}.7z" -Algorithm SHA256).Hash.ToLower().ToString()) | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding UTF8 -Append

- name: Update build to release 🤌
uses: softprops/[email protected].8
uses: softprops/[email protected].9
with:
files: ${{ needs.build.outputs.zipname }}.7z
fail_on_unmatched_files: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Add text format to release 📝
if: env.SHOULD_BUILD == 'yes'
uses: softprops/[email protected].8
uses: softprops/[email protected].9
with:
tag_name: ${{ steps.date.outputs.tag }}
body: "# Changelog\n## ${{ env.MSG }}\n### SHA256 Checksum\n```"
Expand Down

0 comments on commit 97b7d6d

Please sign in to comment.