Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v4 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 5, 2023
1 parent 97304c4 commit 8ee5b1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: "Set up Go ${{ env.GO_VERSION }}"
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "${{ env.GO_VERSION }}"
cache: true
Expand All @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3

- name: "Set up Go ${{ env.GO_VERSION }}"
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "${{ env.GO_VERSION }}"
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0

- name: "Set up Go ${{ env.GO_VERSION }}"
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "${{ env.GO_VERSION }}"
cache: true
Expand Down

0 comments on commit 8ee5b1b

Please sign in to comment.