From 760583e70d47693ffb9619d29cd1b1858c197d2b Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Tue, 21 Mar 2023 10:22:27 -0700 Subject: [PATCH] Bump setup-go from v3 to v4 (#1595) * Bump actions/setup-go from 3 to 4 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update autogenerated workflows * Bump setup-go from v3 to v4 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/__analyze-ref-input.yml | 2 +- .github/workflows/__go-custom-queries.yml | 2 +- .github/workflows/__go-tracing-autobuilder.yml | 2 +- .github/workflows/__go-tracing-custom-build-steps.yml | 2 +- .github/workflows/__go-tracing-legacy-workflow.yml | 2 +- .github/workflows/__ml-powered-queries.yml | 2 +- .github/workflows/__multi-language-autodetect.yml | 2 +- .github/workflows/__remote-config.yml | 2 +- .github/workflows/__unset-environment.yml | 2 +- .github/workflows/__upload-ref-sha-input.yml | 2 +- .github/workflows/__with-checkout-path.yml | 2 +- pr-checks/sync.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/__analyze-ref-input.yml b/.github/workflows/__analyze-ref-input.yml index 3d19c1490..cff1b5307 100644 --- a/.github/workflows/__analyze-ref-input.yml +++ b/.github/workflows/__analyze-ref-input.yml @@ -74,7 +74,7 @@ jobs: version: ${{ matrix.version }} - name: Set up Go if: matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ^1.13.1 - uses: ./../action/init diff --git a/.github/workflows/__go-custom-queries.yml b/.github/workflows/__go-custom-queries.yml index b011d9b5c..3093f38aa 100644 --- a/.github/workflows/__go-custom-queries.yml +++ b/.github/workflows/__go-custom-queries.yml @@ -74,7 +74,7 @@ jobs: version: ${{ matrix.version }} - name: Set up Go if: matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ^1.13.1 - uses: ./../action/init diff --git a/.github/workflows/__go-tracing-autobuilder.yml b/.github/workflows/__go-tracing-autobuilder.yml index 4175ef3a4..3110cad8e 100644 --- a/.github/workflows/__go-tracing-autobuilder.yml +++ b/.github/workflows/__go-tracing-autobuilder.yml @@ -62,7 +62,7 @@ jobs: version: ${{ matrix.version }} - name: Set up Go if: matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ^1.13.1 - uses: ./../action/init diff --git a/.github/workflows/__go-tracing-custom-build-steps.yml b/.github/workflows/__go-tracing-custom-build-steps.yml index 06e27583c..b9f4933dd 100644 --- a/.github/workflows/__go-tracing-custom-build-steps.yml +++ b/.github/workflows/__go-tracing-custom-build-steps.yml @@ -62,7 +62,7 @@ jobs: version: ${{ matrix.version }} - name: Set up Go if: matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ^1.13.1 - uses: ./../action/init diff --git a/.github/workflows/__go-tracing-legacy-workflow.yml b/.github/workflows/__go-tracing-legacy-workflow.yml index 3511805c7..05f98e4a1 100644 --- a/.github/workflows/__go-tracing-legacy-workflow.yml +++ b/.github/workflows/__go-tracing-legacy-workflow.yml @@ -62,7 +62,7 @@ jobs: version: ${{ matrix.version }} - name: Set up Go if: matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ^1.13.1 - uses: ./../action/init diff --git a/.github/workflows/__ml-powered-queries.yml b/.github/workflows/__ml-powered-queries.yml index 71335d728..1009afc30 100644 --- a/.github/workflows/__ml-powered-queries.yml +++ b/.github/workflows/__ml-powered-queries.yml @@ -62,7 +62,7 @@ jobs: version: ${{ matrix.version }} - name: Set up Go if: matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ^1.13.1 - uses: ./../action/init diff --git a/.github/workflows/__multi-language-autodetect.yml b/.github/workflows/__multi-language-autodetect.yml index 8b3d90eed..560dafcf2 100644 --- a/.github/workflows/__multi-language-autodetect.yml +++ b/.github/workflows/__multi-language-autodetect.yml @@ -62,7 +62,7 @@ jobs: version: ${{ matrix.version }} - name: Set up Go if: matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ^1.13.1 - uses: ./../action/init diff --git a/.github/workflows/__remote-config.yml b/.github/workflows/__remote-config.yml index a9ed0eb2d..69e49c439 100644 --- a/.github/workflows/__remote-config.yml +++ b/.github/workflows/__remote-config.yml @@ -74,7 +74,7 @@ jobs: version: ${{ matrix.version }} - name: Set up Go if: matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ^1.13.1 - uses: ./../action/init diff --git a/.github/workflows/__unset-environment.yml b/.github/workflows/__unset-environment.yml index 8b54633c5..44c8e4856 100644 --- a/.github/workflows/__unset-environment.yml +++ b/.github/workflows/__unset-environment.yml @@ -50,7 +50,7 @@ jobs: version: ${{ matrix.version }} - name: Set up Go if: matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ^1.13.1 - uses: ./../action/init diff --git a/.github/workflows/__upload-ref-sha-input.yml b/.github/workflows/__upload-ref-sha-input.yml index 5336d4aa8..7a16707fd 100644 --- a/.github/workflows/__upload-ref-sha-input.yml +++ b/.github/workflows/__upload-ref-sha-input.yml @@ -74,7 +74,7 @@ jobs: version: ${{ matrix.version }} - name: Set up Go if: matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ^1.13.1 - uses: ./../action/init diff --git a/.github/workflows/__with-checkout-path.yml b/.github/workflows/__with-checkout-path.yml index 9b44a04c2..ff82bdefa 100644 --- a/.github/workflows/__with-checkout-path.yml +++ b/.github/workflows/__with-checkout-path.yml @@ -74,7 +74,7 @@ jobs: version: ${{ matrix.version }} - name: Set up Go if: matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019' - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ^1.13.1 - uses: actions/checkout@v3 diff --git a/pr-checks/sync.py b/pr-checks/sync.py index 219e7335c..a5f05c1dc 100644 --- a/pr-checks/sync.py +++ b/pr-checks/sync.py @@ -90,7 +90,7 @@ def writeHeader(checkStream): steps.append({ 'name': 'Set up Go', 'if': "matrix.os == 'ubuntu-20.04' || matrix.os == 'windows-2019'", - 'uses': 'actions/setup-go@v3', + 'uses': 'actions/setup-go@v4', 'with': { 'go-version': '^1.13.1' }