From 262dde7e3849846ca1613a0e083b7f1faa4a6903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 03:55:19 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 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/v2...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-PR.yml | 2 +- .github/workflows/Deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Deploy-PR.yml b/.github/workflows/Deploy-PR.yml index 935c185..271f171 100644 --- a/.github/workflows/Deploy-PR.yml +++ b/.github/workflows/Deploy-PR.yml @@ -8,7 +8,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index b72dc89..f0c9d2d 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: persist-credentials: false # NOTE: Python is necessary for the pre-rendering (minification) step