File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 51
51
echo "repo=${{ github.event.pull_request.head.repo.full_name }}"
52
52
} >> "$GITHUB_OUTPUT"
53
53
fi
54
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
54
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
55
55
with :
56
56
persist-credentials : false
57
57
repository : ${{ steps.get-vars.outputs.repo }}
Original file line number Diff line number Diff line change 34
34
language : [ 'java' ]
35
35
steps :
36
36
- name : Checkout repository
37
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
38
38
with :
39
39
persist-credentials : false
40
40
- name : Set Swap Space
Original file line number Diff line number Diff line change 48
48
with :
49
49
github-token : ${{ secrets.GITHUB_TOKEN }}
50
50
51
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
52
52
with :
53
53
ref : ${{ github.head_ref }}
54
54
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : " Checkout code"
32
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
33
with :
34
34
persist-credentials : false
35
35
You can’t perform that action at this time.
0 commit comments