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 2941840 commit 8054d21Copy full SHA for 8054d21
.github/workflows/issue.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Create ticket
15
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
16
with:
17
script: |
18
const action = context.payload.action;
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
java-version-file: .java-version
22
23
- name: Setup Gradle
24
- uses: gradle/actions/[email protected].1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
+ uses: gradle/actions/[email protected].3
25
26
- name: Upload Artifacts
27
run: ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache
0 commit comments