We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 97ea4ef + 94574e6 commit 1b8c083Copy full SHA for 1b8c083
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: checkout
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
19
with:
20
fetch-depth: 0
21
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
22
23
24
- name: build and test
25
run: docker compose run --rm app npm test
0 commit comments