Skip to content

Commit e892988

Browse files
dependency: Update actions/checkout action to v5
1 parent 8f046f7 commit e892988

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@v5.0.1
2020
- name: 'Set up JDK ${{ matrix.java }}'
2121
uses: actions/setup-java@v4.7.1
2222
with:

0 commit comments

Comments
 (0)