Skip to content

Commit

Permalink
SBVT-2444: Upgrading the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor.nelms committed May 6, 2024
1 parent 7818a79 commit 1fef32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_quick-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v4

- name: Extract Branch Name and Set Test Run Name
id: set-test-run-name
Expand All @@ -23,7 +23,7 @@ jobs:
working-directory: ./test

- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
quiet: true
working-directory: ./test
Expand Down

0 comments on commit 1fef32c

Please sign in to comment.