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 4028ad8 + aa5d7dd commit 1ef34efCopy full SHA for 1ef34ef
.github/workflows/build-deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Checkout Repo
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
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