diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-15 00:03:12 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 18:33:12 +0000 |
commit | 151f97cc01bdbf538b41b407419c0d445cd32388 (patch) | |
tree | ed503f2faa2edb681cf1f3dc6e0a7307e35c9360 /.github/workflows/deploy_library_releases.yml | |
parent | 8c8d83e1621451c9f857e0d25ebc9a21594f6ed1 (diff) |
chore(deps): update actions/setup-java action to v4.2.1 (#2956)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/deploy_library_releases.yml')
-rw-r--r-- | .github/workflows/deploy_library_releases.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index 527807d6..c3033ed0 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set up JDK - uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0 + uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1 with: distribution: temurin java-version: 20 |