From 03f7e47909330c0886ab33527dd9dd24cb2b9ed4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 18:13:26 -0600 Subject: [PATCH] chore: bump actions/checkout from 2 to 3.1.0 (#179) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8f71f09..e94c956 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -46,7 +46,7 @@ jobs: uses: styfle/cancel-workflow-action@0.11.0 - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Node.js uses: actions/setup-node@v3 @@ -74,7 +74,7 @@ jobs: uses: styfle/cancel-workflow-action@0.11.0 - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build ${{ matrix.job }} images run: |