From ff4e68f21c968498ebb1c69ec29334a05ff71293 Mon Sep 17 00:00:00 2001 From: KeyboardInterrupt Date: Tue, 6 Dec 2022 21:29:21 +0100 Subject: [PATCH] update: to actions/checkout@v3 Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: actions/checkout@v2 --- .github/workflows/awesome-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/awesome-lint.yml b/.github/workflows/awesome-lint.yml index f047cb6..26aa910 100644 --- a/.github/workflows/awesome-lint.yml +++ b/.github/workflows/awesome-lint.yml @@ -10,7 +10,7 @@ jobs: Awesome_Lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - run: npx awesome-lint