From 19f4eef12aeacbd98852b5642306c52d943be6d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:06:13 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 10e7f451..d816eeb2 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -26,7 +26,7 @@ jobs: ] steps: - name: ⬇ Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: 🆙 Setup node uses: actions/setup-node@v6 @@ -56,7 +56,7 @@ jobs: image: mcr.microsoft.com/playwright:v1.50.1 steps: - name: ⬇ Checkout repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: ⬇ Download build angular uses: actions/download-artifact@v6