Browse Source

Merge pull request #2870 from spantaleev/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
pull/2872/head
Slavi Pantaleev 2 years ago
committed by GitHub
parent
commit
8a6f413e5f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/matrix.yml

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

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run yamllint
uses: frenck/action-yamllint@v1.4.1
ansible-lint:
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible-community/ansible-lint-action@v6.17.0
with:


Loading…
Cancel
Save