From d735124f59a7e9a0c5776e85f6654b26de7d1e8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 20:25:18 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v3.0.2 (#4152) Co-authored-by: Renovate Bot --- .github/workflows/nodejs.yml | 2 +- .github/workflows/npmpublish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 50e3d35f3..bb6c43120 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -11,7 +11,7 @@ jobs: node-version: [14.x] steps: - - uses: actions/checkout@v3.0.1 + - uses: actions/checkout@v3.0.2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3.1.1 with: diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index b08a62e5c..3a4ec4756 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -9,7 +9,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.1 + - uses: actions/checkout@v3.0.2 - uses: actions/setup-node@v3.1.1 with: node-version: 14 @@ -24,7 +24,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.1 + - uses: actions/checkout@v3.0.2 - uses: actions/setup-node@v3.1.1 with: node-version: 14