Browse Source

Merge pull request #1666 from spantaleev/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2.4.0 to 3
pull/1672/head
Slavi Pantaleev 4 years ago
committed by GitHub
parent
commit
affe21fc9e
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

@@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1.1.2

Loading…
Cancel
Save