diff --git a/.github/workflows/_build_publish.yaml b/.github/workflows/_build_publish.yaml index c3cfbfa51722..cd6f5079633c 100644 --- a/.github/workflows/_build_publish.yaml +++ b/.github/workflows/_build_publish.yaml @@ -54,7 +54,11 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: go.mod +<<<<<<< HEAD - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 +======= + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 +>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485)) with: path: | ${{ env.CI_TOOLS_DIR }} @@ -105,7 +109,11 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: go.mod +<<<<<<< HEAD - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 +======= + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 +>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485)) with: path: | ${{ env.CI_TOOLS_DIR }} @@ -227,7 +235,11 @@ jobs: go-version-file: go.mod cache-dependency-path: | go.sum +<<<<<<< HEAD - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 +======= + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 +>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485)) with: path: | ${{ env.CI_TOOLS_DIR }} diff --git a/.github/workflows/_e2e.yaml b/.github/workflows/_e2e.yaml index 1c1f4e60d6fa..763e5623e8b6 100644 --- a/.github/workflows/_e2e.yaml +++ b/.github/workflows/_e2e.yaml @@ -33,7 +33,11 @@ jobs: - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version-file: go.mod +<<<<<<< HEAD - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 +======= + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 +>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485)) with: path: | ${{ env.CI_TOOLS_DIR }} diff --git a/.github/workflows/_test.yaml b/.github/workflows/_test.yaml index 6c430dd6605a..a13026789843 100644 --- a/.github/workflows/_test.yaml +++ b/.github/workflows/_test.yaml @@ -26,7 +26,11 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: go.mod +<<<<<<< HEAD - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 +======= + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 +>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485)) with: path: | ${{ env.CI_TOOLS_DIR }} diff --git a/.github/workflows/build-test-distribute.yaml b/.github/workflows/build-test-distribute.yaml index 687068aa9241..a0fa94cc2f8b 100644 --- a/.github/workflows/build-test-distribute.yaml +++ b/.github/workflows/build-test-distribute.yaml @@ -55,9 +55,14 @@ jobs: - uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0 with: args: --fix=false --verbose +<<<<<<< HEAD version: v1.56.1 skip-pkg-cache: true - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 +======= + version: v1.60.3 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 +>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485)) with: path: | ${{ env.CI_TOOLS_DIR }} diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 4b1ae2428edc..ca8675660b39 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -34,7 +34,11 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: go.mod +<<<<<<< HEAD - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 +======= + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 +>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485)) with: path: | ${{ env.CI_TOOLS_DIR }} diff --git a/.github/workflows/pr-comments.yaml b/.github/workflows/pr-comments.yaml index 5a8142edc8e4..33462c5d3df1 100644 --- a/.github/workflows/pr-comments.yaml +++ b/.github/workflows/pr-comments.yaml @@ -47,7 +47,11 @@ jobs: - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version-file: go.mod +<<<<<<< HEAD - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 +======= + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 +>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485)) with: path: | ${{ env.CI_TOOLS_DIR }} diff --git a/.github/workflows/transparentproxy-tests.yaml b/.github/workflows/transparentproxy-tests.yaml index 0853d55ca6c2..3f103155372a 100644 --- a/.github/workflows/transparentproxy-tests.yaml +++ b/.github/workflows/transparentproxy-tests.yaml @@ -19,7 +19,11 @@ jobs: - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1 with: go-version-file: go.mod +<<<<<<< HEAD - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 +======= + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 +>>>>>>> ef8eb9fce (chore(deps): upgrade actions/cache from v4.1.0 to v4.2.0 (#12485)) with: path: | ${{ env.CI_TOOLS_DIR }}