Skip to content

Commit

Permalink
Update Github Workflows
Browse files Browse the repository at this point in the history
* Use actions/setup-java build-in cache
* Update suzuki-shunsuke/github-action-renovate-config-validator to 1.1.0
* Update Hasura submodule
  • Loading branch information
Huulivoide committed Sep 6, 2024
1 parent 69e0175 commit 7d2024a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-renovatebot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
uses: actions/checkout@v4

- name: Validate
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
with:
config_file_path: .github/renovate.json5
8 changes: 1 addition & 7 deletions .github/workflows/run-java-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,7 @@ jobs:
java-package: jdk
architecture: x64
distribution: temurin

- name: Cache Maven packages
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
cahce: maven

- name: Run tests and try building a package
run: |
Expand Down
2 changes: 1 addition & 1 deletion jore4-hasura
Submodule jore4-hasura updated 131 files

0 comments on commit 7d2024a

Please sign in to comment.