diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c3372726..ebb3aa86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -58,7 +58,7 @@ jobs: run: echo "::set-output name=dir::$(yarn cache dir)" - name: Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} @@ -66,7 +66,7 @@ jobs: ${{ runner.os }}-yarn- - name: Locks cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: test/e2e/__locks__ key: ${{ runner.os }}-locks