diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index aa05d5d..ce6b53c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -41,7 +41,7 @@ jobs: echo "dir=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT" - name: Cache Node Modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ matrix.package.path }}/node_modules diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c42c548..5ce2a88 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,7 +55,7 @@ jobs: echo "dir=$(pnpm store path --silent)" >> "$GITHUB_OUTPUT" - name: Cache Node Modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ${{ matrix.package.path }}/node_modules