From afce36e921e9caddccab26a125304ac31b7629f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:44:56 +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..f9447c1 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 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..bdc0ec9 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 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..773a239 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 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..303b1e0 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: fetch-depth: 2