Skip to content

Commit 1c79c55

Browse files
authored
Merge pull request #160 from natereprogle/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 1c5ca75 + e1c5ec5 commit 1c79c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# Checkout the branch
1515
- name: Checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
# Create the test environment file from Actions Secrets
1919
- name: Echo secrets

0 commit comments

Comments
 (0)