From 3d6b7993e692eba07d62c2bd20c9a3e1c151f793 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 13:43:47 +0000 Subject: [PATCH] chore: update actions/checkout action to v6 --- .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 38c51ba1..bc3747ed 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@v5 + uses: actions/checkout@v6 with: lfs: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 286a0e5f..e7f64f48 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@v5 + uses: actions/checkout@v6 - 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@v5 + uses: actions/checkout@v6 with: lfs: true @@ -114,7 +114,7 @@ jobs: node-version: '24.x' - name: Checkout Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: lfs: true diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 825ed5c4..914a7e28 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@v5 + uses: actions/checkout@v6 with: lfs: true