From b3d55450cb2a6f548ba4b5292ae3aed3d29f9c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 08:32:08 +0000 Subject: [PATCH] build(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/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index b433b57b..edb2665b 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -26,7 +26,7 @@ jobs: ] steps: - name: ⬇ Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - name: ⬇ Download build angular uses: actions/download-artifact@v5