From ba0b26ade8f26bdb909dc8df17c6b6de19524e5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 05:06:38 +0000 Subject: [PATCH] Bump actions/checkout from v2.3.1 to v2.3.2 Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.2. - [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.3.1...2036a08e25fa78bbd946711a407b529a0a1204bf) Signed-off-by: dependabot[bot] --- .github/workflows/nodejs.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8e645bc..8fb0855 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: node-version: [12.x] steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2.3.2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.1 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0543336..67fcd88 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: node-version: [12.x] steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2.3.2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.1.1 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d32183..5657ec5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: node-version: [12.x] steps: - - uses: actions/checkout@v2.3.1 + - uses: actions/checkout@v2.3.2 - uses: actions/github-script@v2 id: request_release with: