Skip to content

Commit

Permalink
Bump actions/setup-go from 2.1.5 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 5.1.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.5...v5.1.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 3, 2024
1 parent e11749c commit d285ad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.CI_PERSONAL_ACCESS_TOKEN }}
DEFAULT_BUMP: patch
WITH_V: true
- uses: actions/setup-go@v2.1.5
- uses: actions/setup-go@v5.1.0
with:
go-version: 1.15
- name: Create a Tripbot release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: Install Golang
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v5.1.0
with:
go-version: ${{ matrix.go-version }}
- uses: actions/checkout@v2
Expand Down

0 comments on commit d285ad5

Please sign in to comment.