aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-03-22 11:37:56 -0400
committerGravatar GitHub <noreply@github.com> 2023-03-22 11:37:56 -0400
commita8877a016fea041d6c973658922bfcc7481befe3 (patch)
treeec057f6bdf61c384189ac654731a7784f9245244
parent7285aa8dcc361c6c5e18dae02606e2ce9862d90d (diff)
downloadcoredns-a8877a016fea041d6c973658922bfcc7481befe3.tar.gz
coredns-a8877a016fea041d6c973658922bfcc7481befe3.tar.zst
coredns-a8877a016fea041d6c973658922bfcc7481befe3.zip
build(deps): bump karancode/yamllint-github-action from 2.0.0 to 2.1.1 (#5974)
Bumps [karancode/yamllint-github-action](https://github.com/karancode/yamllint-github-action) from 2.0.0 to 2.1.1. - [Release notes](https://github.com/karancode/yamllint-github-action/releases) - [Commits](https://github.com/karancode/yamllint-github-action/compare/dd59165b84d90d37fc919c3c7dd84c7e37cd6bfb...fdef6bc189425ecc84cc4543b2674566c0827053) --- updated-dependencies: - dependency-name: karancode/yamllint-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/yamllint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/yamllint.yml b/.github/workflows/yamllint.yml
index 079189450..890aa23a2 100644
--- a/.github/workflows/yamllint.yml
+++ b/.github/workflows/yamllint.yml
@@ -10,7 +10,7 @@ jobs:
- name: 'Checkout'
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: 'Yamllint'
- uses: karancode/yamllint-github-action@dd59165b84d90d37fc919c3c7dd84c7e37cd6bfb
+ uses: karancode/yamllint-github-action@fdef6bc189425ecc84cc4543b2674566c0827053
with:
yamllint_file_or_dir: '.'
yamllint_strict: false