Skip to content

Commit

Permalink
Bump actions/go-dependency-submission from 2.0.0 to 2.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/go-dependency-submission](https://github.com/actions/go-dependency-submission) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/actions/go-dependency-submission/releases)
- [Commits](actions/go-dependency-submission@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: actions/go-dependency-submission
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and naphelps committed Mar 8, 2024
1 parent 13a5071 commit a1fa453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-dependency-submission.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
go-version: ">=1.22.0"

- name: 'Submit Dependencies To GitHub'
uses: actions/go-dependency-submission@v2.0.0
uses: actions/go-dependency-submission@v2.0.1
#with:
# GitHub Personal Access Token (PAT). Defaults to PAT provided by Action runner
# token: # optional, default is ${{ github.token }}
Expand Down

0 comments on commit a1fa453

Please sign in to comment.