Skip to content

Commit

Permalink
Merge pull request #87 from kanmu/dependabot/github_actions/dependenc…
Browse files Browse the repository at this point in the history
…ies-970b8d0e10

Bump the dependencies group with 1 update
  • Loading branch information
winebarrel authored Dec 12, 2023
2 parents 675c1d9 + cb61b4f commit e5fdeed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ">=1.19.1"
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.19.1
- name: Authenticate with GitHub App
Expand Down

0 comments on commit e5fdeed

Please sign in to comment.