From 7f6d1048db5d89b5b4f65f69e85bc1f59e37167d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:16:25 -0400 Subject: [PATCH] ci(github): bump actions/checkout from 3 to 4 (#1529) --- .github/workflows/analyze-codeql.yml | 2 +- .github/workflows/analyze-coverity.yml | 2 +- .github/workflows/build-check.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/analyze-codeql.yml b/.github/workflows/analyze-codeql.yml index 978ccb5..9e7fc7f 100644 --- a/.github/workflows/analyze-codeql.yml +++ b/.github/workflows/analyze-codeql.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialize CodeQL uses: github/codeql-action/init@v2 diff --git a/.github/workflows/analyze-coverity.yml b/.github/workflows/analyze-coverity.yml index 1f240fb..b1ba9ff 100644 --- a/.github/workflows/analyze-coverity.yml +++ b/.github/workflows/analyze-coverity.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 698e811..deaf4bb 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -120,7 +120,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -184,7 +184,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0