mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
chore(deps): bump golangci/golangci-lint-action from 4.0.1 to 5.0.0
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](d6238b002a...82d40c283a
)
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5f095d61f2
commit
14bee0b66e
2
.github/workflows/code.yml
vendored
2
.github/workflows/code.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
|
||||
- name: Golang CI
|
||||
uses: golangci/golangci-lint-action@d6238b002a20823d52840fda27e2d4891c5952dc
|
||||
uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b
|
||||
with:
|
||||
working-directory: src
|
||||
- name: Unit Tests
|
||||
|
|
Loading…
Reference in a new issue