From a087bb94e815b1679c95c599d6a146c9c6c16f06 Mon Sep 17 00:00:00 2001 From: James Struga Date: Thu, 6 Feb 2025 13:15:27 -0500 Subject: [PATCH] Upgrade actions cache Signed-off-by: James Struga --- .github/workflows/build_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index a0b82a5..a6d4d3b 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -126,7 +126,7 @@ jobs: uses: actions/checkout@v2 - name: '[Prep 2] Cache node modules' - uses: actions/cache@v2 + uses: actions/cache@v4 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: | @@ -175,4 +175,4 @@ jobs: if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} uses: zowe-actions/zlux-builds/plugins/bump-version@v3.x/main env: - GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }}