From e764184123b72f2081a2a3eb079d5aa247e32eb0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:52:19 -0400 Subject: [PATCH] chore(deps): bump actions/setup-go from 5.0.0 to 5.0.2 (#3112) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-package-create.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-package-create.yml b/.github/workflows/test-package-create.yml index 8572a3389a..2c4e7e40cb 100644 --- a/.github/workflows/test-package-create.yml +++ b/.github/workflows/test-package-create.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 + - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version-file: go.mod