diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index ef78058bb1462..3e9977cd2c8d2 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -24,7 +24,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH shell: bash - name: Cache Go - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-go-modules with: @@ -55,7 +55,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Cache Go id: module-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-go-modules with: @@ -65,7 +65,7 @@ jobs: key: v1-go-pkg-mod-${{ runner.os }}-${{ hashFiles('**/go.mod', '**/go.sum') }} - name: Cache Tools id: tool-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-tool-binaries with: @@ -94,7 +94,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Cache Go id: module-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-go-modules with: @@ -104,7 +104,7 @@ jobs: key: v1-go-pkg-mod-${{ runner.os }}-${{ hashFiles('**/go.mod', '**/go.sum') }} - name: Cache Tools id: tool-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-tool-binaries with: @@ -136,7 +136,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Cache Go id: module-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-go-modules with: @@ -146,7 +146,7 @@ jobs: key: v1-go-pkg-mod-${{ runner.os }}-${{ hashFiles('**/go.mod', '**/go.sum') }} - name: Cache Tools id: tool-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-tool-binaries with: @@ -170,7 +170,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Cache Go id: module-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-go-modules with: @@ -180,7 +180,7 @@ jobs: key: v1-go-pkg-mod-${{ runner.os }}-${{ hashFiles('**/go.mod', '**/go.sum') }} - name: Cache Tools id: tool-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-tool-binaries with: @@ -205,7 +205,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Cache Go id: module-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-go-modules with: @@ -215,7 +215,7 @@ jobs: key: v1-go-pkg-mod-${{ runner.os }}-${{ hashFiles('**/go.mod', '**/go.sum') }} - name: Cache Tools id: tool-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-tool-binaries with: @@ -239,7 +239,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Cache Go id: module-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-go-modules with: @@ -249,7 +249,7 @@ jobs: key: v1-go-pkg-mod-${{ runner.os }}-${{ hashFiles('**/go.mod', '**/go.sum') }} - name: Cache Tools id: tool-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-tool-binaries with: @@ -290,7 +290,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Cache Go id: module-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-go-modules with: @@ -364,7 +364,7 @@ jobs: path: ./bin/ - name: Cache Wix id: wix-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-wix with: @@ -428,7 +428,7 @@ jobs: - name: Cache Tools id: tool-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-tool-binaries with: @@ -486,7 +486,7 @@ jobs: - name: Cache Tools id: tool-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-tool-binaries with: diff --git a/.github/workflows/load-tests.yml b/.github/workflows/load-tests.yml index 3edebe003a4c4..eabdfda50f949 100644 --- a/.github/workflows/load-tests.yml +++ b/.github/workflows/load-tests.yml @@ -24,7 +24,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Cache Go id: module-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-go-modules with: @@ -34,7 +34,7 @@ jobs: key: v1-go-pkg-mod-${{ runner.os }}-${{ hashFiles('**/go.mod', '**/go.sum') }} - name: Cache Tools id: tool-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-tool-binaries with: @@ -61,7 +61,7 @@ jobs: uses: actions/checkout@v2 - name: Cache Tools id: tool-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-tool-binaries with: @@ -70,7 +70,7 @@ jobs: - run: sudo chmod 0777 -R /opt - name: Fluentbit Cache id: fluentbit-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-fluentbit with: @@ -92,7 +92,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Cache Go id: module-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-go-modules with: diff --git a/.github/workflows/stability-tests.yml b/.github/workflows/stability-tests.yml index a64e096f438e4..59706fc5618fb 100644 --- a/.github/workflows/stability-tests.yml +++ b/.github/workflows/stability-tests.yml @@ -24,7 +24,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Cache Go id: module-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-go-modules with: @@ -34,7 +34,7 @@ jobs: key: v1-go-pkg-mod-${{ runner.os }}-${{ hashFiles('**/go.mod', '**/go.sum') }} - name: Cache Tools id: tool-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-tool-binaries with: @@ -70,7 +70,7 @@ jobs: echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Cache Go id: module-cache - uses: actions/cache@v2 + uses: actions/cache@v3.0.1 env: cache-name: cache-go-modules with: