We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a6b38 commit 08d09d1Copy full SHA for 08d09d1
.github/workflows/build-test.yml
@@ -25,7 +25,7 @@ jobs:
25
os: [ubuntu-latest]
26
27
steps:
28
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
29
- name: Set up Node
30
uses: actions/setup-node@v2
31
with:
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
persist-credentials: false
.github/workflows/integration-test.yml
@@ -19,7 +19,7 @@ jobs:
19
20
21
22
0 commit comments