File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This action generate git merge diff between tags.
6
6
7
7
## Diff between latest and previous tag
8
8
``` yaml
9
- - uses : actions/checkout@v2
9
+ - uses : actions/checkout@v3
10
10
with :
11
11
fetch-depth : 0
12
12
- name : Diff
@@ -17,7 +17,7 @@ This action generate git merge diff between tags.
17
17
or
18
18
19
19
` ` ` yaml
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Diff
30
30
31
31
## Diff between HEAD and latest tag
32
32
` ` ` yaml
33
- - uses : actions/checkout@v2
33
+ - uses : actions/checkout@v3
34
34
with :
35
35
fetch-depth : 0
36
36
- name : Diff
43
43
44
44
## Diff between specified tags
45
45
` ` ` yaml
46
- - uses : actions/checkout@v2
46
+ - uses : actions/checkout@v3
47
47
with :
48
48
fetch-depth : 0
49
49
- name : Diff
@@ -65,7 +65,7 @@ steps.<step id>.outputs.diff
65
65
# Senario
66
66
67
67
``` yaml
68
- - uses : actions/checkout@v2
68
+ - uses : actions/checkout@v3
69
69
with :
70
70
fetch-depth : 0
71
71
- name : Diff
@@ -82,4 +82,4 @@ steps.<step id>.outputs.diff
82
82
${{ steps.diff.outputs.diff }}
83
83
draft : false
84
84
prerelease : false
85
- ` ` `
85
+ ` ` `
You can’t perform that action at this time.
0 commit comments