From dbb7dee4fae2aca636f500fc08a9c2f350c2f219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 13:51:32 +0000 Subject: [PATCH] Bump sdkman/sdkman-release-action Bumps [sdkman/sdkman-release-action](https://github.com/sdkman/sdkman-release-action) from a60691d56279724b4c9ff0399c0ae21d641ab75e to 2800d4359ae097a99afea7e0370f0c6e726182a4. - [Release notes](https://github.com/sdkman/sdkman-release-action/releases) - [Commits](https://github.com/sdkman/sdkman-release-action/compare/a60691d56279724b4c9ff0399c0ae21d641ab75e...2800d4359ae097a99afea7e0370f0c6e726182a4) --- updated-dependencies: - dependency-name: sdkman/sdkman-release-action dependency-version: 2800d4359ae097a99afea7e0370f0c6e726182a4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-sdkman.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-sdkman.yml b/.github/workflows/publish-sdkman.yml index c0f29db7f0b0..fbbada2a1a70 100644 --- a/.github/workflows/publish-sdkman.yml +++ b/.github/workflows/publish-sdkman.yml @@ -46,7 +46,7 @@ jobs: - platform: WINDOWS_64 archive : 'scala3-${{ inputs.version }}-x86_64-pc-win32.zip' steps: - - uses: sdkman/sdkman-release-action@a60691d56279724b4c9ff0399c0ae21d641ab75e + - uses: sdkman/sdkman-release-action@2800d4359ae097a99afea7e0370f0c6e726182a4 with: CONSUMER-KEY : ${{ secrets.CONSUMER-KEY }} CONSUMER-TOKEN : ${{ secrets.CONSUMER-TOKEN }}