From e8d4f5b7f4bdd11f9035462e0216d2d2a5cb7786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2020 18:24:21 +0000 Subject: [PATCH] Bump actions/checkout from v2.3.1 to v2.3.2 (#48) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- .github/workflows/labels.yml | 2 +- .github/workflows/pre-checkin.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 238abb9..63e0e52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v2.3.2 - name: Get test key and passphrase uses: actions/github-script@v2 @@ -67,7 +67,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v2.3.2 - name: Get test key and passphrase uses: actions/github-script@v2 diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 8971148..0c7a0ce 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v2.3.2 - name: Run Labeler if: success() diff --git a/.github/workflows/pre-checkin.yml b/.github/workflows/pre-checkin.yml index d6ae2da..02dfb1c 100644 --- a/.github/workflows/pre-checkin.yml +++ b/.github/workflows/pre-checkin.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v2.3.2 - name: Install run: yarn install diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 592f086..0549a5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.1 + uses: actions/checkout@v2.3.2 - name: Install run: yarn install