Skip to content

Commit

Permalink
Merge pull request #71 from dell/dependabot/github_actions/github-act…
Browse files Browse the repository at this point in the history
…ions-1ee787ebfb

Bump golangci/golangci-lint-action from 5 to 6 in the github-actions group
  • Loading branch information
shaynafinocchiaro authored Nov 20, 2024
2 parents 3d63f3b + 7fcde6e commit 1b1253b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: latest
skip-cache: true
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: latest
skip-cache: true
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: latest
skip-cache: true
Expand All @@ -69,7 +69,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: latest
skip-cache: true
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: latest
skip-cache: true
Expand Down

0 comments on commit 1b1253b

Please sign in to comment.