File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11
11
check-whitespace :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
with :
16
16
fetch-depth : 0
17
17
Original file line number Diff line number Diff line change 47
47
fi
48
48
npm install -g node-gyp
49
49
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@v5
51
51
52
52
- name : configure unit CC=${{ matrix.compiler }}
53
53
run : |
@@ -137,7 +137,7 @@ jobs:
137
137
apk add clang
138
138
fi
139
139
140
- - uses : actions/checkout@v4
140
+ - uses : actions/checkout@v5
141
141
142
142
- name : configure unit CC=${{ matrix.compiler }}
143
143
run : |
Original file line number Diff line number Diff line change 66
66
os : ubuntu-latest
67
67
68
68
steps :
69
- - uses : actions/checkout@v4
69
+ - uses : actions/checkout@v5
70
70
71
71
# Provides module, language version and testpath from build name
72
72
- name : Output build metadata
@@ -120,7 +120,7 @@ jobs:
120
120
# #
121
121
122
122
- name : Clone njs repository
123
- uses : actions/checkout@v4
123
+ uses : actions/checkout@v5
124
124
with :
125
125
repository : nginx/njs
126
126
ref : ' ${{ steps.metadata.outputs.njs_version }}'
Original file line number Diff line number Diff line change 35
35
ruby-dev openjdk-21-jdk npm
36
36
npm install -g node-gyp
37
37
38
- - uses : actions/checkout@v4
38
+ - uses : actions/checkout@v5
39
39
40
40
- name : Checkout and build clang-ast
41
41
run : |
Original file line number Diff line number Diff line change 43
43
os : macos-latest
44
44
target : aarch64-apple-darwin
45
45
steps :
46
- - uses : actions/checkout@v4
46
+ - uses : actions/checkout@v5
47
47
48
48
- run : rustup update stable
49
49
- run : rustup target add ${{ matrix.target }}
@@ -100,7 +100,7 @@ jobs:
100
100
target : x86_64-apple-darwin
101
101
102
102
steps :
103
- - uses : actions/checkout@v4
103
+ - uses : actions/checkout@v5
104
104
105
105
- run : rustup update stable
106
106
- run : rustup target add ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments