Skip to content

Commit 7c70bb9

Browse files
committed
Update actions/checkout version to v4
1 parent 77da897 commit 7c70bb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
PGPASSWORD: smartvm
4646
CC_TEST_REPORTER_ID: "${{ secrets.CC_TEST_REPORTER_ID }}"
4747
steps:
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
4949
- name: Set up system
5050
run: bin/before_install
5151
- name: Set up Ruby

.github/workflows/cypress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
PGHOST: localhost
4040
PGPASSWORD: smartvm
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
- name: Install Edge
4444
uses: browser-actions/setup-edge@v1
4545
if: ${{ matrix.cypress-browser == 'edge' }}

0 commit comments

Comments
 (0)