Skip to content

Commit

Permalink
Update 'gradle/actions/setup-gradle'
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohannes committed Jan 31, 2024
1 parent 6b059ae commit 0350ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
distribution: temurin
java-version: 17
- name: Set up Gradle
uses: gradle/[email protected].0
uses: gradle/actions/[email protected].0
- run: "./gradlew build"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
distribution: temurin
java-version: 11
- name: Set up Gradle
uses: gradle/[email protected].0
uses: gradle/actions/[email protected].0
- run: "./gradlew :publishPlugin --no-configuration-cache"
env:
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
Expand Down

0 comments on commit 0350ed9

Please sign in to comment.