diff --git a/.github/workflows/aws-integration.yaml b/.github/workflows/aws-integration.yaml index 50d4f7d1f5..1c5d085325 100644 --- a/.github/workflows/aws-integration.yaml +++ b/.github/workflows/aws-integration.yaml @@ -54,7 +54,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v6 - name: Cache go module - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0738d10cfd..381279664f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -85,7 +85,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v6 - name: Cache go module - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }} diff --git a/.github/workflows/emailsender-central-compatibility.yaml b/.github/workflows/emailsender-central-compatibility.yaml index 530edcb91d..9d77d5c0a0 100644 --- a/.github/workflows/emailsender-central-compatibility.yaml +++ b/.github/workflows/emailsender-central-compatibility.yaml @@ -37,7 +37,7 @@ jobs: with: go-version: "1.26" - name: Cache go module - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}