From 76e038a65b492a8ba0b21bb807614ed0f4a12893 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 16:32:34 +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