From d1d3c93d6fefce295c47f5fb29d61df8963360bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 17:29:16 +0000 Subject: [PATCH] build(deps): bump actions/setup-go from 4.0.0 to 5.3.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4.0.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v4...f111f3307d8850f501ac008e886eec1fd1932a34) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/k8smeta-ci.yaml | 2 +- .github/workflows/registry.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/k8smeta-ci.yaml b/.github/workflows/k8smeta-ci.yaml index e1eef8f2..4889ef38 100644 --- a/.github/workflows/k8smeta-ci.yaml +++ b/.github/workflows/k8smeta-ci.yaml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: '1.21' check-latest: true diff --git a/.github/workflows/registry.yaml b/.github/workflows/registry.yaml index d7e2a6b1..24898cc0 100644 --- a/.github/workflows/registry.yaml +++ b/.github/workflows/registry.yaml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0 + uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0 with: go-version: "1.21" check-latest: true