From 692ba37fc2fe57f089f42e22cd5686de86896902 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:37:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci&cd.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/renovate.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci&cd.yml b/.github/workflows/ci&cd.yml index 7ecb6d5..4f06e14 100644 --- a/.github/workflows/ci&cd.yml +++ b/.github/workflows/ci&cd.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Log in to GitHub Container Registry uses: docker/login-action@v3 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6550828..f5ba5d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node uses: actions/setup-node@v4 diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 089ceb8..50fd5bb 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run Renovate uses: renovatebot/github-action@v39.0.5