Skip to content

Commit

Permalink
Merge pull request #47 from score-spec/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-5

chore(deps): bump actions/setup-go from 3 to 5
  • Loading branch information
mathieu-benoit authored Oct 14, 2024
2 parents 952f42a + d751148 commit 4951d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: git fetch --force --tags
-
name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
-
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
run: git fetch --force --tags
-
name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
-
Expand Down

0 comments on commit 4951d17

Please sign in to comment.