Skip to content

Commit 92925f2

Browse files
committed
Actions: Update Gradle to 7.6
1 parent a5c8280 commit 92925f2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
types: [ trigger_after_upstream_deploy ]
1616

1717
env:
18-
GRADLE_VERSION: 7.4 # Gradle version used
18+
GRADLE_VERSION: 7.6 # Gradle version used
1919
GRADLE_CLI_OPTS: "-Pci --build-cache --refresh-dependencies" # CLI options passed to Gradle
2020
GRADLE_BUILD_ACTION_CACHE_KEY_JOB: "test-cache-${{ github.head_ref }}.${{ github.sha }}"
2121

.github/workflows/test_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
branches-ignore: [ "dev" ] # Do not run this on the default branch
1313

1414
env:
15-
GRADLE_VERSION: 7.4 # Gradle version used
15+
GRADLE_VERSION: 7.6 # Gradle version used
1616
GRADLE_CLI_OPTS: "-Pci --build-cache --refresh-dependencies" # CLI options passed to Gradle
1717
GRADLE_BUILD_ACTION_CACHE_KEY_JOB: "test-cache-${{ github.head_ref }}.${{ github.sha }}"
1818

0 commit comments

Comments
 (0)