diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ea73c69..da9f4e1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -26,13 +26,13 @@ jobs: node-version: "24" - name: Persist npm cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v5.0.3 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }} - name: Persist Eleventy .cache - uses: actions/cache@v4.2.4 + uses: actions/cache@v5.0.3 with: path: ./.cache key: ${{ runner.os }}-eleventy-fetch-cache