File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
test :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- name : Set target branch
14
14
run : echo "TARGET_BRANCH=${{ github.ref }}" >> $GITHUB_ENV
15
15
- name : Set target branch for PR event
Original file line number Diff line number Diff line change 20
20
fail-fast : false
21
21
steps :
22
22
- name : Checkout repository
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
- name : Initialize CodeQL
25
25
uses : github/codeql-action/init@v3
26
26
with :
Original file line number Diff line number Diff line change 15
15
GITHUB_TOKEN : ${{ secrets.ACTION_GITHUB_TOKEN }}
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 0 # Need history for changelog generation
21
21
- uses : jdx/mise-action@v2
Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
- uses : jdx/mise-action@v2
14
14
- run : pnpm i
15
15
- name : build
31
31
CI : true
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v4
34
+ - uses : actions/checkout@v5
35
35
- uses : jdx/mise-action@v2
36
36
- run : pnpm i
37
37
- name : test
You can’t perform that action at this time.
0 commit comments