Skip to content

Commit

Permalink
Merge pull request #42 from muandane/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.6

Bump actions/checkout from 4.1.1 to 4.1.6
  • Loading branch information
muandane authored May 30, 2024
2 parents d91ede6 + 486392e commit 022e246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
go-version: '1.22.1'
- name: Check out code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.6
- name: Test and generate coverage report
run: go test -coverprofile=coverage.out ./...
- name: Upload coverage reports to Codecov
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.6
with:
fetch-depth: 0
- name: Set up Go
Expand Down

0 comments on commit 022e246

Please sign in to comment.