Skip to content

Commit

Permalink
Update Gradle version in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lensvol committed Apr 12, 2024
1 parent 9e8c098 commit 19bd05e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: eskatos/gradle-command-action@v1
with:
arguments: buildPlugin
gradle-version: "7.3"
gradle-version: "7.6"

- name: Install Python for Test Dependencies
uses: actions/setup-python@v2
Expand All @@ -47,4 +47,4 @@ jobs:
uses: eskatos/gradle-command-action@v1
with:
arguments: check
gradle-version: "7.3"
gradle-version: "7.6"

0 comments on commit 19bd05e

Please sign in to comment.