Skip to content

Commit

Permalink
chore(deps): update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Mar 24, 2024
1 parent 266ed44 commit 4be9a5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gpu-test-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
browser: [electron, chrome, chromium, edge, firefox]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cypress run
uses: cypress-io/github-action@v6
Expand All @@ -28,7 +28,7 @@ jobs:
browser: [electron, chrome, chromium, edge, firefox]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cypress run debug
uses: cypress-io/github-action@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gpu-test-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
browser: [electron, chrome, chromium, edge, firefox]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cypress run
uses: cypress-io/github-action@v6
Expand All @@ -30,7 +30,7 @@ jobs:
browser: [electron, chrome, chromium, edge, firefox]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Cypress run debug
uses: cypress-io/github-action@v6
Expand Down

0 comments on commit 4be9a5b

Please sign in to comment.