Skip to content

Commit

Permalink
Merge pull request #30 from ipfs-shipyard/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
hsanjuan committed Mar 26, 2024
2 parents 74f51fe + 47691ef commit f2a8ea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 2
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Extract release name from tag
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
with:
fetch-depth: 2
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Record variables
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 2

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

Expand All @@ -40,7 +40,7 @@ jobs:
fetch-depth: 2

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}

Expand Down

0 comments on commit f2a8ea7

Please sign in to comment.