Skip to content

Commit cb4e6b2

Browse files
dependency: Update actions/checkout action to v6
1 parent 5e3f136 commit cb4e6b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
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.3.1
19+
uses: actions/checkout@v6.0.2
2020
- name: 'Set up JDK ${{ matrix.java }}'
2121
uses: actions/setup-java@v4.8.0
2222
with:

0 commit comments

Comments
 (0)