Skip to content

Commit

Permalink
Merge branch 'main' into kt_explain
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong authored Feb 1, 2024
2 parents 94ef03b + df58d6d commit 160d054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: go test -v -covermode=count -coverprofile=coverage.txt ./...
working-directory: provider/pflag
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
1 change: 1 addition & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Dependabot
on: pull_request

permissions:
contents: write
pull-requests: write

jobs:
Expand Down

0 comments on commit 160d054

Please sign in to comment.