File tree Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Expand file tree Collapse file tree 10 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 69
69
run : sudo apt-get install -y libunistring-dev
70
70
if : matrix.os == 'ubuntu-latest'
71
71
- name : ' Checkout Repository'
72
- uses : actions/checkout@v4
72
+ uses : actions/checkout@v5
73
73
- uses : actions/setup-java@v4
74
74
with :
75
75
distribution : temurin
@@ -163,7 +163,7 @@ jobs:
163
163
name : ' Process benchmark results for ${{ matrix.results-name }}'
164
164
steps :
165
165
- name : ' Checkout Repository'
166
- uses : actions/checkout@v4
166
+ uses : actions/checkout@v5
167
167
- name : Download benchmark results
168
168
uses : actions/download-artifact@v5
169
169
with :
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
- uses : actions/setup-java@v4
27
27
with :
28
28
distribution : temurin
Original file line number Diff line number Diff line change 34
34
run : sudo apt-get install -y libunistring-dev
35
35
if : runner.os == 'Linux'
36
36
- name : ' Checkout Repository'
37
- uses : actions/checkout@v4
37
+ uses : actions/checkout@v5
38
38
with :
39
39
submodules : true
40
40
- uses : actions/setup-java@v4
Original file line number Diff line number Diff line change 26
26
LANGUAGE : java-kotlin
27
27
steps :
28
28
- name : Checkout repository
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
31
31
# Initializes the CodeQL tools for scanning.
32
32
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 9
9
contents : write
10
10
steps :
11
11
- name : ' Checkout Repository'
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
- uses : actions/setup-java@v4
14
14
with :
15
15
distribution : temurin
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : ' Checkout Repository'
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
repository : ${{ github.event.pull_request.head.repo.full_name || github.repository }}
24
24
ref : ${{ github.event.pull_request.head.sha || github.sha }}
Original file line number Diff line number Diff line change 33
33
runs-on : ubuntu-latest
34
34
steps :
35
35
- name : ' Checkout Repository'
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
- uses : actions/setup-java@v4
38
38
with :
39
39
distribution : temurin
52
52
mkdir -p ${HOME}/.local/bin
53
53
./scripts/install-format-tools.sh
54
54
- name : ' Checkout PR'
55
- uses : actions/checkout@v4
55
+ uses : actions/checkout@v5
56
56
with :
57
57
repository : ${{ github.event.pull_request.head.repo.full_name }}
58
58
ref : ${{ github.event.pull_request.head.ref }}
81
81
statuses : write
82
82
steps :
83
83
- name : ' Checkout Repository'
84
- uses : actions/checkout@v4
84
+ uses : actions/checkout@v5
85
85
- name : Danger
86
86
87
87
with :
96
96
- restore-pr
97
97
steps :
98
98
- name : ' Checkout Repository'
99
- uses : actions/checkout@v4
99
+ uses : actions/checkout@v5
100
100
with :
101
101
repository : ${{ github.event.workflow_run.head_repository.full_name }}
102
102
ref : ${{ github.event.workflow_run.head_sha }}
Original file line number Diff line number Diff line change 22
22
RELEASE_VERSION : ${{ steps.versions.outputs.RELEASE_VERSION }}
23
23
steps :
24
24
- name : ' Checkout Repository'
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
- name : Get version
27
27
id : versions
28
28
45
45
runs-on : macos-latest
46
46
steps :
47
47
- name : ' Checkout Repository'
48
- uses : actions/checkout@v4
48
+ uses : actions/checkout@v5
49
49
with :
50
50
submodules : true
51
51
- uses : actions/setup-java@v4
90
90
if : ${{ !cancelled() }}
91
91
steps :
92
92
- name : ' Checkout Repository'
93
- uses : actions/checkout@v4
93
+ uses : actions/checkout@v5
94
94
- name : Store SHA of HEAD commit on ENV
95
95
run : echo "GIT_HEAD=$(git rev-parse HEAD)" >> $GITHUB_ENV
96
96
@@ -133,7 +133,7 @@ jobs:
133
133
- version
134
134
steps :
135
135
- name : ' Checkout Repository'
136
- uses : actions/checkout@v4
136
+ uses : actions/checkout@v5
137
137
with :
138
138
token : ${{ secrets.PUSH_PAT }}
139
139
- name : Prepare next dev version
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : ' Checkout Repository'
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
- name : Build changelog
13
13
id : build_changelog
14
14
uses : mikepenz/release-changelog-builder-action@v5
Original file line number Diff line number Diff line change 30
30
runs-on : macos-latest
31
31
steps :
32
32
- name : ' Checkout Repository'
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
submodules : true
36
36
- uses : actions/setup-java@v4
You can’t perform that action at this time.
0 commit comments