From 13a4c7f64017f5f1d2e684a90c1729f1e69ef403 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 15:27:30 +0300 Subject: [PATCH] Update actions/checkout action to v3 (#12) Co-authored-by: Renovate Bot Co-authored-by: Pavel Popov --- .github/workflows/auto-tag.yml | 2 +- .github/workflows/basic-linters.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 0bd4774..a0d6e5d 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/basic-linters.yml b/.github/workflows/basic-linters.yml index 0f31bbd..9eb3cbe 100644 --- a/.github/workflows/basic-linters.yml +++ b/.github/workflows/basic-linters.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: 🔍 Find YAML id: find-yaml