From d49cee060c2f20f17b932663a031c1996abd4453 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Tue, 16 Dec 2025 16:42:27 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/CI.yml | 4 ++-- .github/workflows/publish.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ce4c88060..67c500e5f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -108,11 +108,11 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: fetch-depth: 0 # fetch all tags for sbt-dynver to properly resolve scalding version - - uses: actions/setup-java@v2 + - uses: actions/setup-java@v5 with: distribution: 'adopt-openj9' java-version: '8.0.322+6' # non hadoop 3.3 versions build break https://issues.apache.org/jira/browse/HADOOP-16590 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 53cc76507..cca241ee1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,11 +13,11 @@ jobs: steps: - name: Checkout Repo - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: fetch-depth: 0 # fetch all tags for sbt-dynver to properly resolve scalding version - - uses: actions/setup-java@v2 + - uses: actions/setup-java@v5 with: distribution: "adopt-openj9" java-version: '8.0.322+6' # non hadoop 3.3 versions build break https://issues.apache.org/jira/browse/HADOOP-16590