You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/release.yml
+3-3
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ jobs:
12
12
runs-on: ubuntu-latest
13
13
steps:
14
14
- name: Checking out
15
-
uses: actions/checkout@v3
15
+
uses: actions/checkout@v4
16
16
with:
17
17
fetch-depth: 0
18
18
19
-
- name: Use Node.js 20
20
-
uses: actions/setup-node@v3
19
+
- name: Use Node.js v20
20
+
uses: actions/setup-node@v4
21
21
with:
22
22
node-version: 20
23
23
# registry-url is required to correctly setup authentication per https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages#publishing-packages-to-the-npm-registry
0 commit comments