Skip to content

Commit 8f6b9ad

Browse files
authored
Merge pull request #640 from sustainable-computing-io/dependabot/github_actions/github-actions-03fec41a89
chore(deps): bump golangci/golangci-lint-action from 8 to 9 in the github-actions group
2 parents 5884d6a + b676b1a commit 8f6b9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
cache: false
145145

146146
- name: golangci-lint
147-
uses: golangci/golangci-lint-action@v8
147+
uses: golangci/golangci-lint-action@v9
148148
with:
149149
args: --timeout=3m --issues-exit-code=0 ./...
150150
only-new-issues: true

0 commit comments

Comments
 (0)