File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 13
13
benchmark :
14
14
runs-on : ubuntu-24.04
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
- name : Setup Node.js environment
19
19
uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 7
7
lint-title :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v4
10
+ - uses : actions/checkout@v5
11
11
- name : Install Dependencies
12
12
run : npm install @commitlint/config-conventional
13
13
-
uses :
JulienKode/[email protected]
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-24.04
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
- name : Download fossa cli
20
20
run : |-
21
21
mkdir -p $HOME/.local/bin
Original file line number Diff line number Diff line change 8
8
prerelease :
9
9
runs-on : ubuntu-24.04
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
with :
13
13
fetch-depth : 0
14
14
- uses : actions/setup-node@v4
Original file line number Diff line number Diff line change 12
12
Nudge-to-convert-to-TypeScript-if-JavaScript-found :
13
13
runs-on : ubuntu-24.04
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
Original file line number Diff line number Diff line change 19
19
echo "IS_RELEASE=true" >> $GITHUB_OUTPUT
20
20
echo "IS_RELEASE=true" >> $env:GITHUB_OUTPUT
21
21
if : ${{ startsWith(github.head_ref, 'release-') }}
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
if : ${{ !steps.release-check.outputs.IS_RELEASE }}
72
72
echo "IS_RELEASE=true" >> $GITHUB_OUTPUT
73
73
echo "IS_RELEASE=true" >> $env:GITHUB_OUTPUT
74
74
if : ${{ startsWith(github.head_ref, 'release-') }}
75
- - uses : actions/checkout@v4
75
+ - uses : actions/checkout@v5
76
76
with :
77
77
fetch-depth : 0
78
78
if : ${{ !steps.release-check.outputs.IS_RELEASE }}
@@ -152,7 +152,7 @@ jobs:
152
152
echo "IS_RELEASE=true" >> $env:GITHUB_OUTPUT
153
153
if : ${{ startsWith(github.head_ref, 'release-') }}
154
154
- name : Git checkout
155
- uses : actions/checkout@v4
155
+ uses : actions/checkout@v5
156
156
with :
157
157
fetch-depth : 0
158
158
if : ${{ !steps.release-check.outputs.IS_RELEASE }}
You can’t perform that action at this time.
0 commit comments