diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 0cd9ee4715cc..453efc1eb946 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -50,7 +50,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: # In order: # * Module download cache @@ -92,7 +92,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: # In order: # * Module download cache @@ -134,7 +134,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: # In order: # * Module download cache @@ -176,7 +176,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: # In order: # * Module download cache @@ -218,7 +218,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: # In order: # * Module download cache @@ -260,7 +260,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: # In order: # * Module download cache @@ -302,7 +302,7 @@ jobs: version: 3.17.3 - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: # In order: # * Module download cache diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 1b6d5778440a..91d7bdf38b3e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -54,7 +54,7 @@ jobs: - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: # In order: # * Module download cache diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a8e982e5b551..8d6585453207 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -86,7 +86,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -131,7 +131,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -175,7 +175,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -220,7 +220,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -265,7 +265,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -310,7 +310,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -355,7 +355,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -400,7 +400,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -445,7 +445,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -490,7 +490,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -535,7 +535,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -580,7 +580,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -625,7 +625,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -670,7 +670,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -714,7 +714,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -749,7 +749,7 @@ jobs: - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -793,7 +793,7 @@ jobs: version: ${{ env.PROTOC_VERSION }} - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod @@ -833,7 +833,7 @@ jobs: - name: Cache builds # https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 #v2.1.7 + uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd #v2.1.7 with: path: | ~/go/pkg/mod