From 4e8ff350a5d4ef6fba78801c8a5a309e1d46aa9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 01:57:23 +0000 Subject: [PATCH] chore(deps): bump the ci-dependencies group with 2 updates Bumps the ci-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). 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) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/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 - dependency-name: actions/download-artifact 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 d96bd64..7dab05e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -16,7 +16,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 18c4139..1a0ad73 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ⬇️ Set up code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: show-progress: false @@ -45,7 +45,7 @@ jobs: steps: - name: ⬇️ Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: build-artifacts path: dist