Skip to content

Commit

Permalink
Bump actions/setup-go from 3.4.0 to 3.5.0 (#1586)
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 6a131ed.

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2023
1 parent dd6486a commit c36fd37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-generate-website-reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
echo "/home/runner/go/bin" >> $GITHUB_PATH
- name: Setup Golang
if: steps.cache-hugo.outputs.cache-hit != 'true'
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
with:
go-version-file: '${{ env.BRANCH_PATH }}/build/go.mod'
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-generate-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
echo "/home/runner/go/bin" >> $GITHUB_PATH
- name: Setup Golang
if: steps.cache-hugo.outputs.cache-hit != 'true'
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
with:
go-version-file: '${{ env.BUILD_PATH }}/go.mod'
cache: true
Expand Down

0 comments on commit c36fd37

Please sign in to comment.