diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc7a7e4..774f979 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: cache: 'yarn' - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-nodemodules with: path: node_modules @@ -65,7 +65,7 @@ jobs: cache: 'yarn' - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-nodemodules with: path: node_modules @@ -97,7 +97,7 @@ jobs: cache: 'yarn' - name: Cache node_modules - uses: actions/cache@v3 + uses: actions/cache@v4 id: cache-nodemodules with: path: node_modules