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.
1 parent 111533b commit 23cb13eCopy full SHA for 23cb13e
content/guided-workshop/code-snippets.md
@@ -14,11 +14,11 @@ jobs:
14
runs-on: ubuntu-20.04
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
18
# Install NPM dependencies, cache them correctly
19
# and run all Cypress tests
20
- name: Cypress run
21
- uses: cypress-io/github-action@v4
+ uses: cypress-io/github-action@v5
22
with:
23
build: npm run build
24
start: npm run start
0 commit comments