Skip to content

Commit 7d2024a

Browse files
committed
Update Github Workflows
* Use actions/setup-java build-in cache * Update suzuki-shunsuke/github-action-renovate-config-validator to 1.1.0 * Update Hasura submodule
1 parent 69e0175 commit 7d2024a

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/check-renovatebot-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Validate
15-
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.0.1
15+
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
1616
with:
1717
config_file_path: .github/renovate.json5

.github/workflows/run-java-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,7 @@ jobs:
2828
java-package: jdk
2929
architecture: x64
3030
distribution: temurin
31-
32-
- name: Cache Maven packages
33-
uses: actions/cache@v4
34-
with:
35-
path: ~/.m2
36-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
37-
restore-keys: ${{ runner.os }}-m2
31+
cahce: maven
3832

3933
- name: Run tests and try building a package
4034
run: |

jore4-hasura

Submodule jore4-hasura updated 131 files

0 commit comments

Comments
 (0)