diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-02-28 13:41:55 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 08:11:55 +0000 |
commit | 5da1dbcd997b9df520b41b02e51ef990128f7e69 (patch) | |
tree | d765e8960f6ac8b83de1f0926f34eedbc87a4d4e /.github/workflows/deploy_library_releases.yml | |
parent | 7883d30583e9c4f2edc31bc7cf778da6266f5e98 (diff) |
chore(deps): update actions/setup-java action to v4.1.0 (#2923)
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 14dfcecc..0eae8ac9 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@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0 + uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0 with: distribution: temurin java-version: 20 |