From cbd3ac86dbb45b9c4cc283827e76e173a8927fe8 Mon Sep 17 00:00:00 2001 From: "dependa-jr[bot]" <171952447+dependa-jr[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 20:12:13 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20actions/checkout?= =?UTF-8?q?=20action=20(=20v3=20=E2=86=92=20v4=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ---------------- | ---- | -- | | github-tags | actions/checkout | v3 | v4 | --- .github/workflows/charts-publish-oci.yaml | 2 +- .github/workflows/mirror.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts-publish-oci.yaml b/.github/workflows/charts-publish-oci.yaml index fd9edf1..0889330 100644 --- a/.github/workflows/charts-publish-oci.yaml +++ b/.github/workflows/charts-publish-oci.yaml @@ -15,7 +15,7 @@ jobs: packages: write runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index cfa8859..f3df91a 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -8,7 +8,7 @@ jobs: mirror: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: yesolutions/mirror-action@v0.6.0