Skip to content

Commit

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

chore(deps): bump the dependencies group with 2 updates
  • Loading branch information
k1LoW authored Apr 29, 2024
2 parents a0ef92b + 8778fc7 commit 6cb8c29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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

Expand All @@ -31,4 +31,4 @@ jobs:
run: make ci

- name: Run octocov
uses: k1LoW/octocov-action@v0
uses: k1LoW/octocov-action@v1
2 changes: 1 addition & 1 deletion .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

Expand Down

0 comments on commit 6cb8c29

Please sign in to comment.