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 07409e9 commit 46db3a3Copy full SHA for 46db3a3
.github/workflows/gradle.yml
@@ -57,7 +57,7 @@ jobs:
57
echo "comment-id=${{ steps.find-comment.outputs.comment-id != '' && steps.find-comment.outputs.comment-id || steps.create-comment.outputs.comment-id }}" >> $GITHUB_OUTPUT
58
59
- name: Checkout
60
- uses: actions/checkout@v4.3.0
+ uses: actions/checkout@v5.0.0
61
62
- name: Set up JDK ${{ matrix.java }}
63
uses: actions/[email protected]
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
environment: deployment
10
steps:
11
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
14
- name: Set up JDK
15
uses: actions/setup-java@v4
0 commit comments