We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412d298 commit 8b0b9ccCopy full SHA for 8b0b9cc
.github/workflows/pipeline.yml
@@ -30,7 +30,7 @@ jobs:
30
31
steps:
32
- name: Checkout
33
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
34
35
- name: Use Node
36
uses: actions/setup-node@v3
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
@@ -87,7 +87,7 @@ jobs:
87
88
89
90
91
92
93
.github/workflows/smoke-test.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
15
16
17
18
0 commit comments