From 67d26230ad4a7b8f190c5376ab2b4fb734110042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:38:17 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-lps-production.yml | 2 +- .github/workflows/deploy-lps-staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-lps-production.yml b/.github/workflows/deploy-lps-production.yml index a5c07e3e46..5200c29ac6 100644 --- a/.github/workflows/deploy-lps-production.yml +++ b/.github/workflows/deploy-lps-production.yml @@ -28,7 +28,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: pnpm/action-setup@v4.2.0 with: diff --git a/.github/workflows/deploy-lps-staging.yml b/.github/workflows/deploy-lps-staging.yml index 647f97ac83..aae2746a24 100644 --- a/.github/workflows/deploy-lps-staging.yml +++ b/.github/workflows/deploy-lps-staging.yml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 10 steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: pnpm/action-setup@v4.2.0 with: