From 124b46a7d3db6c527b1be5bfd7bd81aa078d854c Mon Sep 17 00:00:00 2001 From: Hamir Mahal Date: Wed, 26 Jun 2024 16:35:18 -0700 Subject: [PATCH] fix: usage of `deprecated` version of `Node.js` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1223a45dd..bf27138b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: java-version: "17" distribution: "temurin"