From c627841474261f9bc2175fad1266fe196215d356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:06:17 +0000 Subject: [PATCH] Bump actions/go-dependency-submission from 1 to 2 Bumps [actions/go-dependency-submission](https://github.com/actions/go-dependency-submission) from 1 to 2. - [Release notes](https://github.com/actions/go-dependency-submission/releases) - [Commits](https://github.com/actions/go-dependency-submission/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/go-dependency-submission dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go-dependency-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-dependency-submission.yml b/.github/workflows/go-dependency-submission.yml index c5605c7..428c7b1 100644 --- a/.github/workflows/go-dependency-submission.yml +++ b/.github/workflows/go-dependency-submission.yml @@ -20,7 +20,7 @@ jobs: go-version: "1.21.5" - name: Run snapshot action - uses: actions/go-dependency-submission@v1 + uses: actions/go-dependency-submission@v2 with: # Required: Define the repo path to the go.mod file used by the # build target