diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index bf4d8df..4bbe0c0 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -30,7 +30,7 @@ jobs: node-version: ${{ matrix.node }} - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -73,7 +73,7 @@ jobs: node-version: ${{ matrix.node }} - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a9c7bd..5957137 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: node-version: ${{ matrix.node }} - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -73,7 +73,7 @@ jobs: node-version: ${{ matrix.node }} - name: cache node_modules - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: node_modules