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 87ef8b6 commit 184f6a6Copy full SHA for 184f6a6
.github/workflows/publish.yml
@@ -12,12 +12,12 @@ jobs:
12
publish:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
16
with:
17
fetch-depth: 0
18
19
- name: Setup Node.js
20
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v5
21
22
node-version: "20"
23
registry-url: "https://registry.npmjs.org"
0 commit comments