Skip to content

Commit f6aae5d

Browse files
authored
Update Checkout action version
1 parent bf328b8 commit f6aae5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Don't want to use `.github/ISSUE_TEMPLATE.md`? You can pass an input pointing th
6868

6969
```yaml
7070
steps:
71-
- uses: actions/checkout@v2
71+
- uses: actions/checkout@v3
7272
- uses: JasonEtco/create-an-issue@v2
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -82,7 +82,7 @@ Want to use Action logic to determine who to assign the issue to, to assign a mi
8282

8383
```yaml
8484
steps:
85-
- uses: actions/checkout@v2
85+
- uses: actions/checkout@v3
8686
- uses: JasonEtco/create-an-issue@v2
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)