File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
name : Deploy or Delivery
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
Original file line number Diff line number Diff line change 23
23
runs-on : ${{ matrix.os }}
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
- uses : pnpm/action-setup@v4
28
28
with :
29
29
version : 9
Original file line number Diff line number Diff line change 11
11
steps :
12
12
-
13
13
name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
-
16
16
name : Acquire tag name
17
17
run : echo "RELEASE_VERSION=${GITHUB_REF_NAME#refs/*/}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout Code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
with :
15
15
fetch-depth : 0
16
16
41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- name : Checkout Code
44
- uses : actions/checkout@v4
44
+ uses : actions/checkout@v5
45
45
with :
46
46
fetch-depth : 0
47
47
Original file line number Diff line number Diff line change 20
20
runs-on : ${{ matrix.os }}
21
21
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
25
25
- name : Create input file
26
26
run : echo "This is the original file content." > input.txt
You can’t perform that action at this time.
0 commit comments