From ae00da44909da1cd4b7a6b1c9b90c807f4c9a0e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 08:12:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/build-docker-image.yml | 2 +- .github/workflows/self-hosted-build-docker-image.yml | 2 +- .github/workflows/self-hosted-lint-and-compile-test.yml | 4 ++-- .github/workflows/self-hosted-publish-gh-registry.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 8d9e7fe..7c86600 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check Out Repo - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 2 diff --git a/.github/workflows/self-hosted-build-docker-image.yml b/.github/workflows/self-hosted-build-docker-image.yml index 319cb16..c2b038c 100644 --- a/.github/workflows/self-hosted-build-docker-image.yml +++ b/.github/workflows/self-hosted-build-docker-image.yml @@ -26,7 +26,7 @@ jobs: runs-on: self-hosted steps: - name: Check Out Repo - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 2 diff --git a/.github/workflows/self-hosted-lint-and-compile-test.yml b/.github/workflows/self-hosted-lint-and-compile-test.yml index 8cffba3..d9bd358 100644 --- a/.github/workflows/self-hosted-lint-and-compile-test.yml +++ b/.github/workflows/self-hosted-lint-and-compile-test.yml @@ -9,7 +9,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 2 @@ -39,7 +39,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 2 diff --git a/.github/workflows/self-hosted-publish-gh-registry.yml b/.github/workflows/self-hosted-publish-gh-registry.yml index b55399e..3b5a954 100644 --- a/.github/workflows/self-hosted-publish-gh-registry.yml +++ b/.github/workflows/self-hosted-publish-gh-registry.yml @@ -8,7 +8,7 @@ jobs: runs-on: self-hosted steps: - name: Checkout repository - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: fetch-depth: 2