Skip to content

Commit

Permalink
Upgrade versions on GHA yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed May 6, 2024
1 parent 5d4a4b8 commit a41cb52
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install dependencies
run: npm install
Expand All @@ -33,10 +33,10 @@ jobs:
- 80:80
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
env:
CYPRESS_user_name: ${{ secrets.CYPRESS_user_name }}
CYPRESS_user_password: ${{ secrets.CYPRESS_user_password }}
Expand All @@ -54,10 +54,10 @@ jobs:
- 80:80
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
env:
CYPRESS_user_name: ${{ secrets.CYPRESS_user_name }}
CYPRESS_user_password: ${{ secrets.CYPRESS_user_password }}
Expand All @@ -75,10 +75,10 @@ jobs:
- 80:80
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
env:
CYPRESS_user_name: ${{ secrets.CYPRESS_user_name }}
CYPRESS_user_password: ${{ secrets.CYPRESS_user_password }}
Expand All @@ -96,10 +96,10 @@ jobs:
- 80:80
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
env:
CYPRESS_user_name: ${{ secrets.CYPRESS_user_name }}
CYPRESS_user_password: ${{ secrets.CYPRESS_user_password }}
Expand Down

0 comments on commit a41cb52

Please sign in to comment.