Skip to content

Commit

Permalink
Merge pull request #1 from octoberswimmer/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…olangci/golangci-lint-action-4

chore(deps): bump golangci/golangci-lint-action from 3 to 4
  • Loading branch information
cwarden authored Mar 8, 2024
2 parents 1a62c8b + 5847a46 commit 781a4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-soft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
# Optional: golangci-lint command line arguments.
args: --config .golangci-soft.yml --issues-exit-code=0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
# Optional: golangci-lint command line arguments.
#args:
Expand Down

0 comments on commit 781a4e7

Please sign in to comment.