From 463df51802a1a6827e3bd33e5afcc5594900a79f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:19:17 +0000 Subject: [PATCH] chore: update actions/checkout action to v7 --- .github/workflows/create-release.yml | 2 +- .github/workflows/deploy.yml | 6 +++--- .github/workflows/pr-checks.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index bc3747ed..64e80039 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -13,7 +13,7 @@ jobs: node-version: '24.x' - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e7f64f48..aa7bd295 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Login to GitHub Container Registry uses: docker/login-action@v3 @@ -51,7 +51,7 @@ jobs: node-version: '24.x' - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -114,7 +114,7 @@ jobs: node-version: '24.x' - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 914a7e28..ecb6d3e1 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -15,7 +15,7 @@ jobs: node-version: '24.x' - name: Checkout Repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true