Skip to content

Commit 24cf12c

Browse files
authored
Merge pull request #1733 from square/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents e6f2aae + 00618c4 commit 24cf12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1818

1919
- name: Validate Gradle Wrapper
2020
uses: gradle/wrapper-validation-action@v1

0 commit comments

Comments
 (0)