We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d45c4 commit 3b0b0fdCopy full SHA for 3b0b0fd
.github/workflows/pr.yml
@@ -12,10 +12,10 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
with:
17
fetch-depth: 0
18
- - uses: actions/setup-node@v3
+ - uses: actions/setup-node@v4
19
20
node-version: 20
21
scope: '@wertarbyte'
.github/workflows/publish.yml
@@ -8,11 +8,11 @@ jobs:
8
9
10
11
- name: Setup Node.js
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
0 commit comments