diff --git a/.github/workflows/linux-go.yaml b/.github/workflows/linux-go.yaml index 7fc1ef1abac56..8201e6ccd8f87 100644 --- a/.github/workflows/linux-go.yaml +++ b/.github/workflows/linux-go.yaml @@ -63,7 +63,7 @@ jobs: - name: Cache id: cache-deps - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-downloaded-prerequisites with: diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 9ea7f01d0a3b7..48a3417972dad 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -62,7 +62,7 @@ jobs: - name: Cache id: cache-deps - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-downloaded-prerequisites with: