From 5403766a270e6539a4afa685b98926dc5df8f392 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:08:43 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.2.2 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.1. - [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.2.2...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 51d1c4b..0dae3ce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: steps: - name: ⬇️ Checkout repo - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.1 - name: 👀 Read app name uses: SebRollen/toml-action@v1.2.0 @@ -81,7 +81,7 @@ jobs: steps: - name: ⬇️ Checkout repo - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.1 - name: 👀 Read app name uses: SebRollen/toml-action@v1.2.0