diff --git a/.github/workflows/morph-build.yml b/.github/workflows/morph-build.yml index 66dece7..2d46eb5 100644 --- a/.github/workflows/morph-build.yml +++ b/.github/workflows/morph-build.yml @@ -32,7 +32,7 @@ jobs: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - name: Setup pnpm cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@v4 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # ratchet:actions/cache@v4 with: path: ${{ env.STORE_PATH }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }} @@ -40,7 +40,7 @@ jobs: ${{ runner.os }}-pnpm-store- - name: Setup Next.js cache - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # ratchet:actions/cache@v4 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # ratchet:actions/cache@v4 with: path: | ~/.npm