From d495768b1f7564d4b2b7b3c36084ab074edf1d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:16:25 +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/00-init.yml | 2 +- .github/workflows/default.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/00-init.yml b/.github/workflows/00-init.yml index e647f65c..55425479 100644 --- a/.github/workflows/00-init.yml +++ b/.github/workflows/00-init.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly steps: - name: ⏬ Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🔄 Init Cache Default uses: ./.github/actions/npm-cache diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index b80855ff..57d04d41 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -21,7 +21,7 @@ jobs: needs: [init] steps: - name: ⏬ Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🔄 Init Cache uses: ./.github/actions/npm-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25aafcc2..8746b284 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: contents: write steps: - name: ⏬ Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 🔄 Init Cache uses: ./.github/actions/npm-cache