From de5e3ff32cdf40da10ae4e96f5bc217643041ab5 Mon Sep 17 00:00:00 2001 From: Patrick Carlisle Date: Wed, 15 Jun 2022 17:21:36 -0700 Subject: [PATCH] Use the right actions url in our own use --- .github/workflows/go-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-action.yml b/.github/workflows/go-action.yml index f109c9f..4428d01 100644 --- a/.github/workflows/go-action.yml +++ b/.github/workflows/go-action.yml @@ -14,7 +14,7 @@ jobs: with: go-version: ">=1.18.0" - name: Run snapshot action - uses: dsp-testing/go-snapshot-action@main + uses: actions/go-dependency-submission@main with: go-mod-path: go-example/go.mod go-build-target: go-example/cmd/octocat.go