Skip to content

Commit 718e846

Browse files
Update actions/checkout action to v4.2.1
1 parent 5963e2e commit 718e846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4.1.7
19+
uses: actions/checkout@v4.2.1
2020
- name: 'Set up JDK ${{ matrix.java }}'
2121
uses: actions/[email protected]
2222
with:

0 commit comments

Comments
 (0)