Skip to content

Commit

Permalink
build: updating to cache@v4 for github actions because we're past the…
Browse files Browse the repository at this point in the history
… deprecation date
  • Loading branch information
Mephistic committed Feb 24, 2025
1 parent 4016e11 commit a235271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**') }}
Expand Down

0 comments on commit a235271

Please sign in to comment.