Skip to content

Commit

Permalink
ci: replace obsolete gradle-build-action
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 8, 2024
1 parent e7cb2f2 commit 408a858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3

- name: Build and test with Gradle
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: 17

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3

# - id: install-secret-key
# name: Install gpg secret key
Expand Down

0 comments on commit 408a858

Please sign in to comment.