Skip to content

Commit 1dfebee

Browse files
dependency: Update actions/checkout action to v6
1 parent 7dc0fbd commit 1dfebee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "comment-id=${{ steps.find-comment.outputs.comment-id != '' && steps.find-comment.outputs.comment-id || steps.create-comment.outputs.comment-id }}" >> $GITHUB_OUTPUT
6363
6464
- name: Checkout
65-
uses: actions/checkout@v5.0.1
65+
uses: actions/checkout@v6.0.0
6666

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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
environment: deployment
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313

1414
- name: Set up JDK
1515
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)