Skip to content

Commit 6d20e69

Browse files
Update actions/checkout action to v5
1 parent 0a7f496 commit 6d20e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-20.04
66
container: cypress/browsers:node14.15.0-chrome86-ff82
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v5
99
- name: Cypress run
1010
uses: cypress-io/github-action@v2
1111
with:
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
container: cypress/browsers:node14.15.0-chrome86-ff82
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v5
2020
- name: Cypress run
2121
run: |
2222
npm i

0 commit comments

Comments
 (0)