1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-06-14 22:27:33 +02:00

Update cache GitHub action (#2147)

The `actions/cache`acrion uses the deprecated Node 16 runtime. Upgrading
actions/cache should fix this.
This commit is contained in:
Rico Sta. Cruz 2024-06-27 21:00:10 +10:00 committed by GitHub
parent 403cc72ee3
commit edfb8bba78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
shell: bash
run: |
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}