From e1a925f1a0376ee0511e06cb4e0655957178bf9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 17:33:45 +0300 Subject: [PATCH] chore: Bump actions/checkout from 3 to 4 (#225) 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 194a25d..4c9fab5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -47,7 +47,7 @@ jobs: uses: styfle/cancel-workflow-action@0.12.0 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Node.js uses: actions/setup-node@v4 @@ -71,7 +71,7 @@ jobs: uses: styfle/cancel-workflow-action@0.12.0 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Trivy using install script run: |