Skip to content

Commit ee46187

Browse files
authored
Merge pull request #151 from saerosV/main
2 parents bf328b8 + 6d78338 commit ee46187

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Use Node.js 18.x
16-
uses: actions/setup-node@v1
16+
uses: actions/setup-node@v3
1717
with:
1818
node-version: 18.x
1919
- run: npm ci

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)