Skip to content

Commit 4377dc9

Browse files
chore(deps): bump actions/setup-go from 5.0.0 to 5.0.1 (#6)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a402acc commit 4377dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Setup Go Environment
14-
uses: actions/[email protected].0
14+
uses: actions/[email protected].1
1515
with:
1616
cache: true
1717
- run: go install github.com/google/yamlfmt/cmd/yamlfmt@latest

0 commit comments

Comments
 (0)