35
35
name : Check code formatting
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v4
38
+ - uses : actions/checkout@v5
39
39
- uses : actions/setup-java@v4
40
40
with :
41
41
distribution : ' temurin'
58
58
java : 20
59
59
runs-on : ${{ matrix.os }}
60
60
steps :
61
- - uses : actions/checkout@v4
61
+ - uses : actions/checkout@v5
62
62
- uses : actions/setup-java@v4
63
63
with :
64
64
distribution : ' temurin'
77
77
profiles : ['native', 'native,native-exported']
78
78
runs-on : ${{ matrix.os }}
79
79
steps :
80
- - uses : actions/checkout@v4
80
+ - uses : actions/checkout@v5
81
81
- uses : graalvm/setup-graalvm@v1
82
82
with :
83
83
java-version : ${{ matrix.java }}
@@ -112,7 +112,7 @@ jobs:
112
112
java : 21
113
113
runs-on : ubuntu-latest
114
114
steps :
115
- - uses : actions/checkout@v4
115
+ - uses : actions/checkout@v5
116
116
- uses : uraimo/run-on-arch-action@v3
117
117
name : Test
118
118
with :
@@ -162,7 +162,7 @@ jobs:
162
162
name : test external amalgamation
163
163
runs-on : macos-latest
164
164
steps :
165
- - uses : actions/checkout@v4
165
+ - uses : actions/checkout@v5
166
166
- uses : actions/setup-java@v4
167
167
with :
168
168
distribution : ' temurin'
@@ -189,10 +189,10 @@ jobs:
189
189
- name : Print inputs
190
190
run : |
191
191
echo "Perform release: ${{ inputs.perform_release }}"
192
- - uses : actions/checkout@v4
192
+ - uses : actions/checkout@v5
193
193
if : github.event_name == 'push' || inputs.perform_release != true
194
194
# when performing a release we need the full git history to generate the changelog
195
- - uses : actions/checkout@v4
195
+ - uses : actions/checkout@v5
196
196
if : inputs.perform_release
197
197
with :
198
198
fetch-depth : 0
0 commit comments