This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/superset-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 82dad13 chore(deps): update actions/setup-java action to v5.6.0 (#216)
82dad13 is described below
commit 82dad133df723c61e6e6e4e7c27976e2d84656d8
Author: Mend Renovate <[email protected]>
AuthorDate: Thu Jul 23 19:05:24 2026 +0100
chore(deps): update actions/setup-java action to v5.6.0 (#216)
---
.github/workflows/license.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 4dc94e1..fe55034 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v7.0.0
with:
persist-credentials: false
- - uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a #
v5.5.0
+ - uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 #
v5.6.0
with:
distribution: temurin
java-version: "21"