Skip to content

Commit

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

chore(deps): bump the dependencies group with 1 update
  • Loading branch information
k1LoW authored Apr 2, 2024
2 parents 535802c + dbd8543 commit 8c68795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Set up Go
id: setup-go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
check-latest: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tagpr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand All @@ -38,7 +38,7 @@ jobs:
fetch-depth: 0

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
Expand Down

0 comments on commit 8c68795

Please sign in to comment.