File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
using : composite
12
12
steps :
13
13
- name : Update the worktree
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
15
15
with :
16
16
ref : ${{ github.ref_name }}
17
17
token : ${{ inputs.token }}
37
37
git push origin "${{ github.ref_name }}"
38
38
39
39
- name : Update the worktree, revert to the default token
40
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
40
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
41
41
with :
42
42
ref : ${{ github.ref_name }}
43
43
token : ${{ github.token }}
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout sources
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
20
20
- name : Set up JDK 21
21
21
uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
22
22
with :
Original file line number Diff line number Diff line change 38
38
fi
39
39
40
40
- name : Checkout code
41
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
41
+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
42
42
with :
43
43
submodules : true
44
44
You can’t perform that action at this time.
0 commit comments