diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1a9e66d..786a696 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -22,7 +22,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load yarn cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.0.2 id: yarn-cache with: path: ./node_modules @@ -58,7 +58,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load yarn cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.0.2 id: yarn-cache with: path: ./node_modules diff --git a/.github/workflows/size.yaml b/.github/workflows/size.yaml index 94ab44e..350666c 100644 --- a/.github/workflows/size.yaml +++ b/.github/workflows/size.yaml @@ -20,7 +20,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Load yarn cache - uses: actions/cache@v2.1.7 + uses: actions/cache@v4.0.2 id: yarn-cache with: path: ./node_modules