From 798ae0a23890340018ed067ce144588104aeeb66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 11:05:48 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v3.0.1 (#4139) 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 0a1852af..50e3d35f 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.0 + - uses: actions/checkout@v3.0.1 - 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 e39dad55..b08a62e5 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.0 + - uses: actions/checkout@v3.0.1 - 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.0 + - uses: actions/checkout@v3.0.1 - uses: actions/setup-node@v3.1.1 with: node-version: 14