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