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.
2 parents 0555de9 + 15ca6fc commit 086c527Copy full SHA for 086c527
.github/workflows/build-deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Checkout Repo
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
- run: |
25
npm ci
.github/workflows/test-build.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
- name: Run Tests
run: |
0 commit comments