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 28743c5 commit b65fa92Copy full SHA for b65fa92
2 files changed
.github/workflows/gradle.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ${{ matrix.os }}
14
steps:
15
- name: Checkout Source Code
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
17
- name: Setup Java ${{ matrix.java-version }}
18
uses: actions/setup-java@v5
19
with:
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
0 commit comments