We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dbd8ab commit 57aba8bCopy full SHA for 57aba8b
.github/workflows/smoke-test.yml
@@ -9,7 +9,7 @@ jobs:
9
test:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- uses: actions/setup-node@v3
14
with:
15
node-version: 16
.github/workflows/validate.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
- name: ⬇️ Checkout repo
36
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
37
38
- name: ⎔ Setup node
39
uses: actions/setup-node@v3
@@ -78,7 +78,7 @@ jobs:
78
github.ref) && github.event_name == 'push' }}
79
80
81
82
83
84
0 commit comments