diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3190fb0..e403f26 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -75,7 +75,7 @@ jobs: - name: Restore bootstrap cache id: cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c #v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/snapshot.yaml b/.github/workflows/snapshot.yaml index 3176809..83c91f3 100644 --- a/.github/workflows/snapshot.yaml +++ b/.github/workflows/snapshot.yaml @@ -22,7 +22,7 @@ jobs: - name: Restore bootstrap cache id: cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c #v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/static-analysis.yaml b/.github/workflows/static-analysis.yaml index 12284d8..348d2ae 100644 --- a/.github/workflows/static-analysis.yaml +++ b/.github/workflows/static-analysis.yaml @@ -19,7 +19,7 @@ jobs: - name: Restore bootstrap cache id: bootstrap-cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c #v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0 with: path: | ~/go/pkg/mod diff --git a/.github/workflows/unit-test.yaml b/.github/workflows/unit-test.yaml index 773035b..8906ad1 100644 --- a/.github/workflows/unit-test.yaml +++ b/.github/workflows/unit-test.yaml @@ -20,7 +20,7 @@ jobs: - name: Restore bootstrap cache id: bootstrap-cache - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c #v3.3.3 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0 with: path: | ~/go/pkg/mod