From 6dc0cf145c8e43d543bc185122c11b22d704d846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:42:49 +0000 Subject: [PATCH] Bump hamzaremmal/sdkman-release-action Bumps [hamzaremmal/sdkman-release-action](https://github.com/hamzaremmal/sdkman-release-action) from 4cb6c8cf99cfdf0ed5de586d6b38500558737e65 to 1f2d4209b4f5a38721d4ae20014ea8e1689d869e. - [Release notes](https://github.com/hamzaremmal/sdkman-release-action/releases) - [Commits](https://github.com/hamzaremmal/sdkman-release-action/compare/4cb6c8cf99cfdf0ed5de586d6b38500558737e65...1f2d4209b4f5a38721d4ae20014ea8e1689d869e) --- updated-dependencies: - dependency-name: hamzaremmal/sdkman-release-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] [Cherry-picked 77b6cc0c31147a4cd769a1f28a2c431793d56b7d] --- .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 d5cbd6c02966..92123546dc4a 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: hamzaremmal/sdkman-release-action@4cb6c8cf99cfdf0ed5de586d6b38500558737e65 + - uses: hamzaremmal/sdkman-release-action@1f2d4209b4f5a38721d4ae20014ea8e1689d869e with: CONSUMER-KEY : ${{ secrets.CONSUMER-KEY }} CONSUMER-TOKEN : ${{ secrets.CONSUMER-TOKEN }}