We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba351f7 commit 110750bCopy full SHA for 110750b
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
lint:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- name: Use Node.js 18.x
20
uses: actions/setup-node@v3
21
with:
@@ -54,7 +54,7 @@ jobs:
54
matrix:
55
node-version: [18.x, 20.x]
56
57
58
- name: Use Node.js ${{ matrix.node-version }}
59
60
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout Repo
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Setup Node.js 18.x
0 commit comments