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 63ffd93 commit c62ef97Copy full SHA for c62ef97
2 files changed
.github/workflows/ci.yml
@@ -10,10 +10,10 @@ jobs:
10
11
steps:
12
- name: Checkout Repo
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
15
- name: Use Node.js 20
16
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
17
with:
18
node-version: 20.x
19
.github/workflows/version-or-publish.yml
@@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
20
21
0 commit comments