Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 6ba7d31 commit 3f02ac4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
submodules: ${{ inputs.checkout_submodules }}

- name: Install parse-changelog
uses: taiki-e/install-action@684122deb17127bf60d1d99224e12e8fc0012210
uses: taiki-e/install-action@480814c6dfe0d965460ff37d7e12dcf42aa4c8f3
with:
tool: [email protected]

Expand All @@ -66,7 +66,7 @@ jobs:
run: echo "RELEASE_BODY=" >> $GITHUB_ENV

- name: Create new release
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
uses: softprops/action-gh-release@92dffe6c28ac278510d01d723882bf82bd907f89
with:
name: ${{ env.TAG_NAME }}
body: ${{ env.RELEASE_BODY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mvn_github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
uses: softprops/action-gh-release@92dffe6c28ac278510d01d723882bf82bd907f89
with:
name: ${{ env.VERSION }}
token: ${{ secrets.repo_token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sentry_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: echo "VERSION=${{ inputs.package }}@$VERSION" >> $GITHUB_ENV

- name: Create Sentry release
uses: getsentry/action-release@ccab2088f17098afc92fc485a69b8371b393c476
uses: getsentry/action-release@2db97326fea2b911d57627a4ced75101ca87541a
env:
SENTRY_AUTH_TOKEN: ${{ secrets.sentry_auth_token }}
SENTRY_ORG: ${{ secrets.sentry_org }}
Expand Down

0 comments on commit 3f02ac4

Please sign in to comment.