From 1c0d50670afb7f5af54243fc4637f049d7a82e78 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 Apr 2022 20:19:39 +0000 Subject: [PATCH] Update actions/checkout action to v3 --- .github/workflows/check-misspellings.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/lint-check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-misspellings.yml b/.github/workflows/check-misspellings.yml index 63322f71..14aa3662 100644 --- a/.github/workflows/check-misspellings.yml +++ b/.github/workflows/check-misspellings.yml @@ -24,7 +24,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: sobolevn/misspell-fixer-action@master - uses: peter-evans/create-pull-request@main with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d9b210c5..64cb5f4a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/lint-check.yml b/.github/workflows/lint-check.yml index 248e2e6c..74683f85 100644 --- a/.github/workflows/lint-check.yml +++ b/.github/workflows/lint-check.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Node.js uses: actions/setup-node@v1