From 23ad65f020c79db68b64b646488ba4a6c42291cd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 20:26:04 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/pull_request_title.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa83af593..46ae09272 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: typecheck: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 - name: Use Node.js uses: actions/setup-node@v3.0.0 with: @@ -19,7 +19,7 @@ jobs: lint: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 - name: Use Node.js uses: actions/setup-node@v3.0.0 with: @@ -35,7 +35,7 @@ jobs: matrix: node: [ '14', '16', '17' ] steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 - name: Use Node.js uses: actions/setup-node@v3.0.0 with: @@ -51,7 +51,7 @@ jobs: needs: [test] if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 with: fetch-depth: "0" persist-credentials: false diff --git a/.github/workflows/pull_request_title.yml b/.github/workflows/pull_request_title.yml index 51c5eda38..d7e4c0709 100644 --- a/.github/workflows/pull_request_title.yml +++ b/.github/workflows/pull_request_title.yml @@ -8,7 +8,7 @@ jobs: check-title: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 - name: Use Node.js uses: actions/setup-node@v3.0.0 with: