Skip to content

Commit 1969a6f

Browse files
dependency: Update actions/checkout action to v4.3.0 (#1105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2a96c9d commit 1969a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "comment-id=${{ steps.find-comment.outputs.comment-id != '' && steps.find-comment.outputs.comment-id || steps.create-comment.outputs.comment-id }}" >> $GITHUB_OUTPUT
5858
5959
- name: Checkout
60-
uses: actions/checkout@v4.2.2
60+
uses: actions/checkout@v4.3.0
6161

6262
- name: Set up JDK ${{ matrix.java }}
6363
uses: actions/[email protected]

0 commit comments

Comments
 (0)