Skip to content

Commit 2be1581

Browse files
Update actions/checkout action to v4 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 121769a commit 2be1581

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@v3
59+
uses: actions/checkout@v4
6060
with:
6161
ref: ${{ inputs.checkout-ref || github.event.repository.default_branch }}
6262

0 commit comments

Comments
 (0)