From 46e5b12220f3997c9f6bdd4e7c1f16e60f82b61e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 01:44:10 +0000 Subject: [PATCH] build(deps): Bump actions/go-dependency-submission from 1.0.3 to 2.0.0 Bumps [actions/go-dependency-submission](https://github.com/actions/go-dependency-submission) from 1.0.3 to 2.0.0. - [Release notes](https://github.com/actions/go-dependency-submission/releases) - [Commits](https://github.com/actions/go-dependency-submission/compare/1694cb96294964b25b39ef4e8fa7430558d9bed9...1db3859355e9a6dcceb380cdb9e681f5456dde94) --- 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-dep-submission.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-dep-submission.yml b/.github/workflows/go-dep-submission.yml index 3d37152b..ae8b80a6 100644 --- a/.github/workflows/go-dep-submission.yml +++ b/.github/workflows/go-dep-submission.yml @@ -31,7 +31,7 @@ jobs: cache: true - name: Run snapshot action - uses: actions/go-dependency-submission@1694cb96294964b25b39ef4e8fa7430558d9bed9 # v1.0.3 + uses: actions/go-dependency-submission@1db3859355e9a6dcceb380cdb9e681f5456dde94 # v2.0.0 with: # Required: Define the repo path to the go.mod file used by the # build target