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 0a5035d commit 4f561baCopy full SHA for 4f561ba
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Checkout Repository
13
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
14
with:
15
persist-credentials: false
16
- name: Set up Gradle
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-24.04
17
18
.github/workflows/update-gradle-wrapper.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Update Gradle Wrapper
0 commit comments