Skip to content

Commit

Permalink
Update Checkout action version
Browse files Browse the repository at this point in the history
  • Loading branch information
saerosV authored Feb 18, 2023
1 parent bf328b8 commit f6aae5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Don't want to use `.github/ISSUE_TEMPLATE.md`? You can pass an input pointing th

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

```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: JasonEtco/create-an-issue@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f6aae5d

Please sign in to comment.