Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent 9a5a946 commit b7a0d9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
11
17
- name: Set up Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1
- run: "./gradlew :check --continue"
2 changes: 1 addition & 1 deletion .github/workflows/ci.push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
8
11
- name: Set up Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1
- run: "./gradlew :test"
2 changes: 1 addition & 1 deletion .github/workflows/ci.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
distribution: temurin
java-version: 8
- name: Set up Gradle
uses: gradle/[email protected].0
uses: gradle/[email protected].1
- run: "./gradlew :publishPlugin -PpluginVersion=${{ needs.version.outputs.version }}"
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
Expand Down

0 comments on commit b7a0d9c

Please sign in to comment.