diff --git a/.github/workflows/e2e-backend-switching-reuseable.yml b/.github/workflows/e2e-backend-switching-reuseable.yml index 2a1caa63..c3377e79 100644 --- a/.github/workflows/e2e-backend-switching-reuseable.yml +++ b/.github/workflows/e2e-backend-switching-reuseable.yml @@ -30,7 +30,7 @@ jobs: - name: Cache Binaries id: cache-binaries - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: bin key: ${{ runner.os }}-bin diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5ef450f2..c57ffcb8 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -83,7 +83,7 @@ jobs: - name: Cache Binaries id: cache-binaries - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: bin key: ${{ runner.os }}-bin