We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc0fbd commit 1dfebeeCopy full SHA for 1dfebee
.github/workflows/gradle.yml
@@ -62,7 +62,7 @@ jobs:
62
echo "comment-id=${{ steps.find-comment.outputs.comment-id != '' && steps.find-comment.outputs.comment-id || steps.create-comment.outputs.comment-id }}" >> $GITHUB_OUTPUT
63
64
- name: Checkout
65
- uses: actions/checkout@v5.0.1
+ uses: actions/checkout@v6.0.0
66
67
- name: Set up JDK ${{ matrix.java }}
68
uses: actions/[email protected]
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
environment: deployment
10
steps:
11
12
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
13
14
- name: Set up JDK
15
uses: actions/setup-java@v5
0 commit comments