From 1ebe042d29128f21552383e0135a7f0a029c814b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 05:57:31 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .github/workflows/self-hosted-build-docker-image.yml | 4 ++-- .github/workflows/self-hosted-lint-and-compile-test.yml | 4 ++-- .github/workflows/self-hosted-publish-gh-registry.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/self-hosted-build-docker-image.yml b/.github/workflows/self-hosted-build-docker-image.yml index 319cb16..6c52ca2 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 with: fetch-depth: 2 @@ -35,7 +35,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2.4.1 + uses: docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5.0 - name: Login to GitHub Container Registry uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0 diff --git a/.github/workflows/self-hosted-lint-and-compile-test.yml b/.github/workflows/self-hosted-lint-and-compile-test.yml index 8cffba3..1cd8fd2 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 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..7e9d53d 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0 with: fetch-depth: 2