Skip to content

Commit ee57747

Browse files
Update actions/checkout action to v5
1 parent fa83989 commit ee57747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_gradle_task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
### Gradle task ###
5757

5858
- name: Checkout the repo
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v5
6060
with:
6161
ref: ${{ inputs.checkout-ref || github.ref }}
6262

0 commit comments

Comments
 (0)