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 31728fd + d37b175 commit 80ca9fbCopy full SHA for 80ca9fb
2 files changed
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup npm package
14
run: npm install
15
- name: Testing
16
- uses: cypress-io/github-action@v6
+ uses: cypress-io/github-action@v7
17
with:
18
start: npm run dev
19
deploy:
@@ -33,7 +33,7 @@ jobs:
33
target: ${{ secrets.TARGET }}
34
35
- name: Build app
36
- uses: appleboy/ssh-action@v1.2.4
+ uses: appleboy/ssh-action@v1.2.5
37
38
host: ${{ secrets.HOST }}
39
username: ${{ secrets.USERNAME }}
.github/workflows/pull_request.yml
@@ -14,6 +14,6 @@ jobs:
0 commit comments