diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc200e3..042bb6f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: node-version: ${{ matrix.node }} - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | node_modules @@ -141,7 +141,7 @@ jobs: node-version: 14.x - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | node_modules @@ -168,7 +168,7 @@ jobs: node-version: 14.x - name: Cache node modules - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | node_modules