Browse Source

Merge pull request #2392 from spantaleev/dependabot/github_actions/frenck/action-yamllint-1.4.0

Bump frenck/action-yamllint from 1.3.1 to 1.4.0
pull/2393/head
Slavi Pantaleev 3 years ago
committed by GitHub
parent
commit
57e4f3a73c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/matrix.yml

+ 1
- 1
.github/workflows/matrix.yml View File

@@ -13,7 +13,7 @@ jobs:
- name: Check out
uses: actions/checkout@v3
- name: Run yamllint
uses: frenck/action-yamllint@v1.3.1
uses: frenck/action-yamllint@v1.4.0
ansible-lint:
name: ansible-lint
runs-on: ubuntu-latest


Loading…
Cancel
Save