From bd7924c7a3482a7c8cb231b95a48c49590f67f70 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 11 Mar 2022 16:36:08 +0000 Subject: [PATCH] Update actions/checkout action to v3 --- .github/workflows/auto-release.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 10ba8b4..3d0db5c 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -25,7 +25,7 @@ jobs: needs: - publish steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js 15.x uses: actions/setup-node@v1 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d3d6a84..37b55b0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: matrix: node-version: [10.x, 12.x, 14.x, 15.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: