Skip to content

Commit 23cb13e

Browse files
authored
Update action snippet
1 parent 111533b commit 23cb13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/guided-workshop/code-snippets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818
# Install NPM dependencies, cache them correctly
1919
# and run all Cypress tests
2020
- name: Cypress run
21-
uses: cypress-io/github-action@v4
21+
uses: cypress-io/github-action@v5
2222
with:
2323
build: npm run build
2424
start: npm run start

0 commit comments

Comments
 (0)