From ea2d75b4adb51f74b83a35d68af1bc75495d562a Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 21 Feb 2024 19:52:24 -0800 Subject: [PATCH] CI: bump version to avoid Node 16 warnings --- .github/workflows/fortify.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/fortify.yml b/.github/workflows/fortify.yml index b673504..fbeaa64 100644 --- a/.github/workflows/fortify.yml +++ b/.github/workflows/fortify.yml @@ -17,14 +17,14 @@ jobs: scala: [2.13.x, 3.x] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: coursier/cache-action@v6 - uses: actions/setup-java@v4 with: distribution: temurin java-version: ${{matrix.java}} - - uses: actions/cache@v3 + - uses: actions/cache@v4 env: cache-name: fortify with: