From 0a75e72999114b500cef4b1e084b6f4022f68d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 09:06:20 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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..6622f697 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@v5 - name: 🔄 Init Cache Default uses: ./.github/actions/npm-cache diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index b80855ff..902bdb1e 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@v5 - name: 🔄 Init Cache uses: ./.github/actions/npm-cache diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 25aafcc2..201d7940 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@v5 - name: 🔄 Init Cache uses: ./.github/actions/npm-cache