Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bkessler-go authored Jun 12, 2023
1 parent 82e3388 commit 6227d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ runs:
- uses: actions/setup-go@v4.0.0
with:
go-version: ${{ inputs.go-version-input }}
check-latest: $${{ inputs.check-latest }}
cache: $${{ inputs.cache }}
check-latest: ${{ inputs.check-latest }}
cache: ${{ inputs.cache }}
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
shell: bash
Expand Down

0 comments on commit 6227d5f

Please sign in to comment.