diff --git a/.github/workflows/aws-integration.yaml b/.github/workflows/aws-integration.yaml index d75175059..29c10f3ba 100644 --- a/.github/workflows/aws-integration.yaml +++ b/.github/workflows/aws-integration.yaml @@ -56,7 +56,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v4 - name: Cache go module - uses: actions/cache@v4 + uses: actions/cache@v5 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 e6f0c11d4..5ad6319d0 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@v4 - name: Cache go module - uses: actions/cache@v4 + uses: actions/cache@v5 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 14bfc045c..961e36d81 100644 --- a/.github/workflows/emailsender-central-compatibility.yaml +++ b/.github/workflows/emailsender-central-compatibility.yaml @@ -37,7 +37,7 @@ jobs: with: go-version: "1.24" - name: Cache go module - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('go.sum') }}