From 38cfa0e9c49432b0bd7523161c8bc8e7089b1a5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 00:07:38 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/deploy.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 39daefc..586c110 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: node-version: [14.x] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Node.js 14.x uses: actions/setup-node@v2.1.5 with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2ac6d2a..aa9ce70 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.4.0 - name: Install modules run: yarn install - name: Run ESLint