Skip to content

Commit 0350ed9

Browse files
committed
Update 'gradle/actions/setup-gradle'
1 parent 6b059ae commit 0350ed9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
distribution: temurin
1616
java-version: 17
1717
- name: Set up Gradle
18-
uses: gradle/[email protected].0
18+
uses: gradle/actions/[email protected].0
1919
- run: "./gradlew build"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: temurin
1616
java-version: 11
1717
- name: Set up Gradle
18-
uses: gradle/[email protected].0
18+
uses: gradle/actions/[email protected].0
1919
- run: "./gradlew :publishPlugin --no-configuration-cache"
2020
env:
2121
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}

0 commit comments

Comments
 (0)