Bump actions/checkout from 2.3.5 to 2.4.0 (#40)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-11-09 15:01:32 +01:00
committed by GitHub
parent fd7fdfc6be
commit 86cbe41ae5
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🚀 Run yamllint
uses: frenck/action-yamllint@v1.1
@@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: 🚀 Run Prettier
uses: creyD/prettier_action@v4.0
with: