From 550f0a4b76cb1d71e81e5a15fe82f6439cba6947 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Mon, 9 Sep 2024 07:25:54 -0700 Subject: [PATCH] chore(ci): update actions/setup-java to v4 (#6447) --- .github/workflows/codegen-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codegen-ci.yml b/.github/workflows/codegen-ci.yml index fbd72c40f85f..cc83a3eca233 100644 --- a/.github/workflows/codegen-ci.yml +++ b/.github/workflows/codegen-ci.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK ${{ matrix.java }} - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} distribution: 'corretto'