We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c13b9c8 + 85cf4ab commit b04b1c7Copy full SHA for b04b1c7
.github/workflows/publish-sdkman.yml
@@ -46,7 +46,7 @@ jobs:
46
- platform: WINDOWS_64
47
archive : 'scala3-${{ inputs.version }}-x86_64-pc-win32.zip'
48
steps:
49
- - uses: hamzaremmal/sdkman-release-action@978b8cdb5f9c3b83ebdc45e0a1bf97bf17cc6280
+ - uses: hamzaremmal/sdkman-release-action@4cb6c8cf99cfdf0ed5de586d6b38500558737e65
50
with:
51
CONSUMER-KEY : ${{ secrets.CONSUMER-KEY }}
52
CONSUMER-TOKEN : ${{ secrets.CONSUMER-TOKEN }}
@@ -59,7 +59,7 @@ jobs:
59
runs-on: ubuntu-latest
60
needs: publish
61
62
- - uses: hamzaremmal/sdkman-default-action@866bc79fc5bd397eeb48f9cedda2f15221c8515d
+ - uses: hamzaremmal/sdkman-default-action@f312ff69dec7c4f83b060c3df90df7ed19e2d70e
63
64
65
0 commit comments