From cba7f798c38e25395edf84c1cb4e2a8be6315edb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 May 2022 19:55:07 +0530 Subject: chore(deps): update actions/setup-java action to v3.3.0 (#1895) Co-authored-by: Renovate Bot --- .github/workflows/deploy_library_releases.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/deploy_library_releases.yml') diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index 09fa9ff9..1ce78ca4 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3.0.2 - name: Set up JDK - uses: actions/setup-java@v3.2.0 + uses: actions/setup-java@v3.3.0 with: distribution: zulu java-version: 17 -- cgit v1.2.3