Skip to content

Commit

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

chore(deps): bump the dependencies group with 3 updates
  • Loading branch information
k1LoW authored Apr 2, 2024
2 parents eed59f9 + ab8bc6d commit 91f741b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version-file: go.mod

- name: Run tests
run: make ci

- name: Run octocov
uses: k1LoW/octocov-action@v0
uses: k1LoW/octocov-action@v1

0 comments on commit 91f741b

Please sign in to comment.