We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc033b commit 501b787Copy full SHA for 501b787
2 files changed
.github/workflows/ci.yml
@@ -15,10 +15,10 @@ jobs:
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
20
- name: Set up Node.js
21
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
22
with:
23
node-version: 20
24
.github/workflows/release.yml
@@ -27,10 +27,10 @@ jobs:
27
28
# Prepare
29
30
31
32
33
34
35
36
0 commit comments