From fa25e671e6b55112cbab40b6419693c68ba47cc4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:02:29 +0000 Subject: [PATCH] Update Dependencies --- .github/workflows/github_release.yml | 4 ++-- .github/workflows/mvn_github_release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 581cfec..f9cf027 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -42,7 +42,7 @@ jobs: submodules: ${{ inputs.checkout_submodules }} - name: Install parse-changelog - uses: taiki-e/install-action@005f9c234df66b748f0b5f22b26ef83172082762 + uses: taiki-e/install-action@684122deb17127bf60d1d99224e12e8fc0012210 with: tool: parse-changelog@0.6.8 @@ -66,7 +66,7 @@ jobs: run: echo "RELEASE_BODY=" >> $GITHUB_ENV - name: Create new release - uses: softprops/action-gh-release@c7857c88c0b69847af67785971a0b5633c6d22cf + uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 with: name: ${{ env.TAG_NAME }} body: ${{ env.RELEASE_BODY }} diff --git a/.github/workflows/mvn_github_release.yml b/.github/workflows/mvn_github_release.yml index 0e0613f..253d367 100644 --- a/.github/workflows/mvn_github_release.yml +++ b/.github/workflows/mvn_github_release.yml @@ -99,7 +99,7 @@ jobs: run: mvn --batch-mode --update-snapshots install -f ${{ inputs.parent_pom }} -DskipTests - name: Create new release - uses: softprops/action-gh-release@c7857c88c0b69847af67785971a0b5633c6d22cf + uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 with: name: ${{ env.VERSION }} token: ${{ secrets.repo_token }}