Skip to content

Commit

Permalink
Update gradle/gradle-build-action action to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 18, 2024
1 parent c7567bc commit 34c3de8
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 34c3de8

Please sign in to comment.