File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ inputs:
2525 required : true
2626
2727runs :
28- using : node24
28+ using : node20
2929 main : dist/index.js
3030
3131branding :
3232 icon : bell
33- color : gray-dark
33+ color : gray-dark
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ outputs:
2121 description : The commit of the previous release.
2222
2323runs :
24- using : node24
24+ using : node20
2525 main : dist/index.js
2626
2727branding :
2828 icon : repeat
29- color : gray-dark
29+ color : gray-dark
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ outputs:
123123 description : The asset upload URL for the release.
124124
125125runs :
126- using : node24
126+ using : node20
127127 main : dist/index.js
128128
129129branding :
Original file line number Diff line number Diff line change @@ -33,20 +33,20 @@ runs:
3333 using : composite
3434 steps :
3535 - name : Checkout Repository and Submodules
36- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
36+ uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f # v4.4.1
3737 with :
3838 repository : ' ${{ inputs.checkout_repository }}'
3939 ref : ' ${{ inputs.checkout_ref }}'
4040 submodules : ' ${{ inputs.checkout_submodules }}'
4141 fetch-depth : ' ${{ inputs.checkout_fetch-depth }}'
4242 persist-credentials : false
4343 - name : Setup Java
44- uses : actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
44+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4545 with :
4646 distribution : ' ${{ inputs.setup-java_distribution }}'
4747 java-version : ' ${{ inputs.setup-java_java-version }}'
4848 - name : Setup Gradle
49- uses : gradle/actions/setup-gradle@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0
49+ uses : gradle/actions/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # v4.4.1
5050 with :
5151 # cache-read-only: '${{ inputs.setup-gradle_cache-read-only }}'
5252 # gradle-home-cache-cleanup: '${{ inputs.setup-gradle_gradle-home-cache-cleanup }}'
Original file line number Diff line number Diff line change 77 required : true
88
99runs :
10- using : node24
10+ using : node20
1111 main : dist/index.js
1212
1313branding :
1414 icon : share
15- color : gray-dark
15+ color : gray-dark
Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ inputs:
3535 required : true
3636
3737runs :
38- using : node24
38+ using : node20
3939 main : dist/index.js
4040
4141branding :
4242 icon : share
43- color : gray-dark
43+ color : gray-dark
You can’t perform that action at this time.
0 commit comments