Skip to content

Commit 213d495

Browse files
authored
Update README.md
1 parent 1b9cef4 commit 213d495

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This action generate git merge diff between tags.
66

77
## Diff between latest and previous tag
88
```yaml
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v3
1010
with:
1111
fetch-depth: 0
1212
- name: Diff
@@ -17,7 +17,7 @@ This action generate git merge diff between tags.
1717
or
1818
1919
```yaml
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 0
2323
- name: Diff
@@ -30,7 +30,7 @@ or
3030
3131
## Diff between HEAD and latest tag
3232
```yaml
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434
with:
3535
fetch-depth: 0
3636
- name: Diff
@@ -43,7 +43,7 @@ or
4343
4444
## Diff between specified tags
4545
```yaml
46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v3
4747
with:
4848
fetch-depth: 0
4949
- name: Diff
@@ -65,7 +65,7 @@ steps.<step id>.outputs.diff
6565
# Senario
6666

6767
```yaml
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v3
6969
with:
7070
fetch-depth: 0
7171
- name: Diff
@@ -82,4 +82,4 @@ steps.<step id>.outputs.diff
8282
${{ steps.diff.outputs.diff }}
8383
draft: false
8484
prerelease: false
85-
```
85+
```

0 commit comments

Comments
 (0)