From 2a34821e4d701b3d39fc527f0229eeed132d17d4 Mon Sep 17 00:00:00 2001 From: adriangohjw Date: Tue, 2 Jul 2024 14:40:32 +0800 Subject: [PATCH] update actions/cache/save from v3 to v4 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index db2d549aa..3cc5c2806 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,7 +75,7 @@ jobs: - id: get-sha run: echo "::set-output name=sha::$(git rev-parse HEAD)" - name: Save test webpack bundles to cache (for build number checksum used by rspec job) - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: spec/dummy/public/webpack key: dummy-app-webpack-bundle-${{ steps.get-sha.outputs.sha }}-${{ matrix.versions }}