We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7f496 commit 6d20e69Copy full SHA for 6d20e69
.github/workflows/main.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-20.04
6
container: cypress/browsers:node14.15.0-chrome86-ff82
7
steps:
8
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v5
9
- name: Cypress run
10
uses: cypress-io/github-action@v2
11
with:
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
21
run: |
22
npm i
0 commit comments