Skip to content

Commit 67f9da0

Browse files
authored
Merge pull request #8923 from Fryguy/update_gha_actions_checkout
Update actions/checkout version to v4
2 parents 2b5f6d2 + 7c70bb9 commit 67f9da0

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)