From c170ae3d47e06d2de6b3358d7d988cc2c2bb915d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 06:27:18 +0000 Subject: [PATCH] chore(deps): bump actions/checkout Bumps the ci-dependencies group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c9ba56e..c801b81 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -20,7 +20,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: show-progress: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 29677f9..d8b8012 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: show-progress: false @@ -38,7 +38,7 @@ jobs: steps: - name: ⬇️ Set up code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: show-progress: false