Skip to content

Commit

Permalink
[NO-ISSUE] Bump actions/setup-go from 2 to 5
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 790beb4.
  • Loading branch information
dependabot[bot] committed Jan 12, 2024
1 parent 452d25e commit b5162d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '1.19.8'
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '1.19.8'

Expand Down

0 comments on commit b5162d3

Please sign in to comment.