From 914a7d2aa909a87a08aec1491f44ac0bc8ba159f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 01:36:14 +0700 Subject: [PATCH] Bump softprops/action-gh-release from 2.0.4 to 2.0.5 (#9) Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/9d7c94cfd0a1f3ed45544c887983e9fa900f0564...69320dbe05506a9a39fc8ae11030b214ec2d1f87) [skip ci] --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build_benchmark.yml | 2 +- .github/workflows/build_preview.yml | 2 +- .github/workflows/build_push.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_benchmark.yml b/.github/workflows/build_benchmark.yml index 70befeab9..339516636 100644 --- a/.github/workflows/build_benchmark.yml +++ b/.github/workflows/build_benchmark.yml @@ -157,7 +157,7 @@ jobs: echo "APK_X86_64_SHA=$sha" >> $GITHUB_OUTPUT - name: Create release - uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4 + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5 with: tag_name: ${{ needs.prepare-build.outputs.TAG_PREFIX }}${{ needs.prepare-build.outputs.COMMIT_COUNT }} name: Komikku Benchmark ${{ needs.prepare-build.outputs.TAG_PREFIX }}${{ needs.prepare-build.outputs.COMMIT_COUNT }} diff --git a/.github/workflows/build_preview.yml b/.github/workflows/build_preview.yml index 071d4a7cd..916a6a308 100644 --- a/.github/workflows/build_preview.yml +++ b/.github/workflows/build_preview.yml @@ -164,7 +164,7 @@ jobs: echo "APK_X86_64_SHA=$sha" >> $GITHUB_OUTPUT - name: Create release - uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4 + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5 with: tag_name: ${{ needs.prepare-build.outputs.TAG_PREFIX }}${{ needs.prepare-build.outputs.COMMIT_COUNT }} name: Komikku Preview ${{ needs.prepare-build.outputs.TAG_PREFIX }}${{ needs.prepare-build.outputs.COMMIT_COUNT }} diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index e04cf7291..3db088349 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -122,7 +122,7 @@ jobs: echo "APK_X86_64_SHA=$sha" >> $GITHUB_OUTPUT - name: Create release - uses: softprops/action-gh-release@9d7c94cfd0a1f3ed45544c887983e9fa900f0564 # v2.0.4 + uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5 with: tag_name: ${{ needs.build-app.outputs.VERSION_TAG }} name: Komikku ${{ needs.build-app.outputs.VERSION_TAG }}