From aeca4f1a87d0c6a8b37c01737b6ca93173a0bc32 Mon Sep 17 00:00:00 2001 From: Yuriy Puchkov Date: Tue, 7 May 2024 11:20:53 -0600 Subject: [PATCH] chore: update actions/checkout@v4 --- .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 98ae654..019c95a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -46,7 +46,7 @@ jobs: needs: unittests if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0