File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralPassword }}
1515 ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.ORG_GRADLE_PROJECT_mavenCentralUsername }}
1616 steps :
17- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4
17+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818 - uses : actions/setup-java@3b6c050358614dd082e53cdbc55580431fc4e437
1919 with :
2020 distribution : ' zulu'
3636 permissions :
3737 contents : write
3838 steps :
39- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4
39+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4040 with :
4141 submodules : true
4242 fetch-depth : 0
7777 - name : Move KDoc build
7878 run : mv build/dokka/htmlMultiModule docs/kdoc
7979
80- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4
80+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8181 with :
8282 submodules : true
8383 fetch-depth : 0
Original file line number Diff line number Diff line change 1010 macos-tests :
1111 runs-on : macos-latest
1212 steps :
13- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4
13+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1414 - uses : actions/setup-java@3b6c050358614dd082e53cdbc55580431fc4e437
1515 with :
1616 distribution : ' zulu'
3737 windows-tests :
3838 runs-on : windows-latest
3939 steps :
40- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4
40+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4141 - uses : actions/setup-java@3b6c050358614dd082e53cdbc55580431fc4e437
4242 with :
4343 distribution : ' zulu'
5757 linux-tests :
5858 runs-on : ubuntu-latest
5959 steps :
60- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4
60+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6161 - uses : actions/setup-java@3b6c050358614dd082e53cdbc55580431fc4e437
6262 with :
6363 distribution : ' zulu'
9494 js-tests :
9595 runs-on : ubuntu-latest
9696 steps :
97- - uses : actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4
97+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9898 - uses : actions/setup-java@3b6c050358614dd082e53cdbc55580431fc4e437
9999 with :
100100 distribution : ' zulu'
You can’t perform that action at this time.
0 commit comments