This repository was archived by the owner on Oct 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 check-whitespace :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 with :
1616 fetch-depth : 0
1717
Original file line number Diff line number Diff line change 4747 fi
4848 npm install -g node-gyp
4949
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151
5252 - name : configure unit CC=${{ matrix.compiler }}
5353 run : |
@@ -137,7 +137,7 @@ jobs:
137137 apk add clang
138138 fi
139139
140- - uses : actions/checkout@v4
140+ - uses : actions/checkout@v5
141141
142142 - name : configure unit CC=${{ matrix.compiler }}
143143 run : |
Original file line number Diff line number Diff line change 6666 os : ubuntu-latest
6767
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v5
7070
7171 # Provides module, language version and testpath from build name
7272 - name : Output build metadata
@@ -120,7 +120,7 @@ jobs:
120120 # #
121121
122122 - name : Clone njs repository
123- uses : actions/checkout@v4
123+ uses : actions/checkout@v5
124124 with :
125125 repository : nginx/njs
126126 ref : ' ${{ steps.metadata.outputs.njs_version }}'
Original file line number Diff line number Diff line change 3535 ruby-dev openjdk-21-jdk npm
3636 npm install -g node-gyp
3737
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939
4040 - name : Checkout and build clang-ast
4141 run : |
Original file line number Diff line number Diff line change 4343 os : macos-latest
4444 target : aarch64-apple-darwin
4545 steps :
46- - uses : actions/checkout@v4
46+ - uses : actions/checkout@v5
4747
4848 - run : rustup update stable
4949 - run : rustup target add ${{ matrix.target }}
@@ -100,7 +100,7 @@ jobs:
100100 target : x86_64-apple-darwin
101101
102102 steps :
103- - uses : actions/checkout@v4
103+ - uses : actions/checkout@v5
104104
105105 - run : rustup update stable
106106 - run : rustup target add ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments