aboutsummaryrefslogtreecommitdiff
path: root/.github/reusable-workflows
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-08-05 21:01:52 +0530
committerGitHub <noreply@github.com>2024-08-05 15:31:52 +0000
commit5ef55e6a624513292b07aec74c9ba906aeb11c3c (patch)
tree59c664552568734e30391a2fe164d1fed1cdb3c9 /.github/reusable-workflows
parent1fd3b4882072cd8410a0b2bbead7c05c7810005c (diff)
chore(deps): update actions/setup-java action to v4.2.2 (#3153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/reusable-workflows')
-rw-r--r--.github/reusable-workflows/setup-gradle/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/reusable-workflows/setup-gradle/action.yml b/.github/reusable-workflows/setup-gradle/action.yml
index 0ead3af0..fbb563de 100644
--- a/.github/reusable-workflows/setup-gradle/action.yml
+++ b/.github/reusable-workflows/setup-gradle/action.yml
@@ -38,7 +38,7 @@ runs:
token: ${{ inputs.token }}
- name: Set up JDK
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
+ uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4.2.2
with:
distribution: temurin
java-version: ${{ inputs.java-version }}