From 7f269ade1756207cf28fa0096a3fec5a2178f9e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:44:16 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4) Signed-off-by: dependabot[bot] --- .github/workflows/commitlint.yml | 2 +- .github/workflows/nodejs.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 6943901f..35d3292e 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -12,7 +12,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: 'actions/checkout@v2' + - uses: 'actions/checkout@v2.3.4' with: fetch-depth: 0 - uses: 'wagoid/commitlint-github-action@v3.1.0' diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index a5692bea..cf78d80f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,7 +17,7 @@ jobs: node-version: [10.x, 12.x, 14.x] steps: - - uses: 'actions/checkout@v2' + - uses: 'actions/checkout@v2.3.4' - name: Use Node.js ${{ matrix.node-version }} uses: 'actions/setup-node@v2.1.5' diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index cc242c38..ff70fe74 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -10,7 +10,7 @@ jobs: publish-npm: runs-on: 'ubuntu-latest' steps: - - uses: 'actions/checkout@v2' + - uses: 'actions/checkout@v2.3.4' - uses: 'actions/setup-node@v2.1.5' with: