Skip to content

Commit 431cbbe

Browse files
Bump gradle/gradle-build-action from 2.12.0 to 3.0.0 (#85)
* Bump gradle/gradle-build-action from 2.12.0 to 3.0.0 Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.12.0 to 3.0.0. - [Release notes](https://github.com/gradle/gradle-build-action/releases) - [Commits](gradle/gradle-build-action@v2.12.0...v3.0.0) --- updated-dependencies: - dependency-name: gradle/gradle-build-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Use the new action coordinates --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benedikt Ritter <[email protected]>
1 parent f8c672f commit 431cbbe

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
@@ -12,5 +12,5 @@ jobs:
1212
distribution: temurin
1313
java-version: 11
1414
- name: Set up Gradle
15-
uses: gradle/[email protected].0
15+
uses: gradle/actions/[email protected].0
1616
- 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)