diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c4bd4757f..d6ba65ac5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v3 - name: Cache build - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.6 id: build-cache with: path: .next @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v3 - name: Cache build - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.6 id: build-cache with: path: .next