From a2352715b432a284e6db943e44af03bb66602eb0 Mon Sep 17 00:00:00 2001 From: Mephistic Date: Mon, 24 Feb 2025 15:30:03 -0500 Subject: [PATCH] build: updating to cache@v4 for github actions because we're past the deprecation date --- .github/workflows/repo-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo-checks.yml b/.github/workflows/repo-checks.yml index 4df2e6a21..c9ed74196 100644 --- a/.github/workflows/repo-checks.yml +++ b/.github/workflows/repo-checks.yml @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v2 - uses: ./.github/actions/setup-repo - name: Cache Emulators - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: /home/runner/.cache/firebase/emulators key: ${{ runner.os }}-firebase-emulators-${{ hashFiles('~/.cache/firebase/emulators/**') }}