From 942856ce341112b4e3b22ba7ddf047d7c9c1b326 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 10:44:20 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/feature-branch-build.yml | 2 +- .github/workflows/quality-checks.yml | 2 +- .github/workflows/release-tag.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/feature-branch-build.yml b/.github/workflows/feature-branch-build.yml index 40843cca..861f8d86 100644 --- a/.github/workflows/feature-branch-build.yml +++ b/.github/workflows/feature-branch-build.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/quality-checks.yml b/.github/workflows/quality-checks.yml index 7c1a1980..af5d00d3 100644 --- a/.github/workflows/quality-checks.yml +++ b/.github/workflows/quality-checks.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 87201e3e..eb1047d3 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0