From e9d2a06e65fbc4748cabb458292f0a7db827bca5 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Sun, 6 Oct 2024 00:20:51 -0500 Subject: [PATCH] Update actions/cache to v4 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b0d03a13b..16abc3f73 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: run: | curl https://install.meteor.com/ | sh - name: cache ccache files - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ env.CCACHE_DIR }} key: ccache-${{ github.run_number }}