From 890238210c0e1faeb60a20c7dc30eb2242c5fd68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 07:58:11 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 51909f1..1ca5ba2 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -17,7 +17,7 @@ jobs: name: Build & Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET Core uses: actions/setup-dotnet@v3 @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest needs: build-test steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Configure Git run: |