From 2f6f2a88bb72c23c484ded9d62ea21593edf0916 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 19:04:32 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 27fefac..8daa04b 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -18,7 +18,7 @@ jobs: name: Lint Code Base runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0 @@ -40,7 +40,7 @@ jobs: needs: [lint] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v2 with: node-version-file: '.nvmrc'