From 952d2a3553fb2137811f667230685ddc852e0202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 13:36:01 +0200 Subject: [PATCH] chore(deps): bump actions/checkout in the github-actions group (#1827) Bumps the github-actions group with 1 update: [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: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pull-request.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/vercel-merge.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 82540345..e4373f90 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -11,7 +11,7 @@ jobs: env: RUSTFLAGS: '-C target-cpu=skylake' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: 'true' - name: Install minimal stable with clippy and rustfmt @@ -38,7 +38,7 @@ jobs: - platform: 'web' - platform: 'tauri' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: 'true' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2ab10f6..c8d96fb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: release_version: ${{ steps.get-release-notes.outputs.release_version }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: setup node uses: actions/setup-node@v4 - name: get version @@ -91,7 +91,7 @@ jobs: runs-on: ${{ matrix.config.os }} timeout-minutes: 60 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: initialize git submodules run: git submodule update --init --recursive diff --git a/.github/workflows/vercel-merge.yml b/.github/workflows/vercel-merge.yml index 4cc8b635..032957ad 100644 --- a/.github/workflows/vercel-merge.yml +++ b/.github/workflows/vercel-merge.yml @@ -11,7 +11,7 @@ jobs: build_and_deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: 'true' - uses: amondnet/vercel-action@v25