From 1d3c08e4a773294eda14cbd5d4a6e5e0ae193293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 08:10:30 +0000 Subject: [PATCH] chore(ci-deps): bump actions/checkout in the gh-actions-deps group Bumps the gh-actions-deps 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: gh-actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-debug-builds-android.yml | 2 +- .github/workflows/ci-debug-builds-linux.yml | 2 +- .github/workflows/ci-debug-builds.yml | 2 +- .github/workflows/ci-release-builds-android.yml | 4 ++-- .github/workflows/ci-release-builds-linux.yml | 4 ++-- .github/workflows/ci-tests-android.yml | 2 +- .github/workflows/ci-tests-linux.yml | 2 +- .github/workflows/ci-tests-nix.yml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci-debug-builds-android.yml b/.github/workflows/ci-debug-builds-android.yml index ed51847..f2c8cbf 100644 --- a/.github/workflows/ci-debug-builds-android.yml +++ b/.github/workflows/ci-debug-builds-android.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cache Rust assets id: rust-cache uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/ci-debug-builds-linux.yml b/.github/workflows/ci-debug-builds-linux.yml index b49daf9..454b0df 100644 --- a/.github/workflows/ci-debug-builds-linux.yml +++ b/.github/workflows/ci-debug-builds-linux.yml @@ -18,7 +18,7 @@ jobs: target: [aarch64-unknown-linux-musl, x86_64-unknown-linux-musl] steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cache Rust assets id: rust-cache uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/ci-debug-builds.yml b/.github/workflows/ci-debug-builds.yml index 8c8a6ea..6836d1d 100644 --- a/.github/workflows/ci-debug-builds.yml +++ b/.github/workflows/ci-debug-builds.yml @@ -13,7 +13,7 @@ jobs: outputs: should_run: ${{ steps.should_run.outputs.should_run }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/ci-release-builds-android.yml b/.github/workflows/ci-release-builds-android.yml index bf546ef..377a828 100644 --- a/.github/workflows/ci-release-builds-android.yml +++ b/.github/workflows/ci-release-builds-android.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Create release uses: taiki-e/create-gh-release-action@v1 @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cache Rust assets id: rust-cache uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/ci-release-builds-linux.yml b/.github/workflows/ci-release-builds-linux.yml index 7659bde..9637c90 100644 --- a/.github/workflows/ci-release-builds-linux.yml +++ b/.github/workflows/ci-release-builds-linux.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Create release uses: taiki-e/create-gh-release-action@v1 @@ -37,7 +37,7 @@ jobs: target: [aarch64-unknown-linux-musl, x86_64-unknown-linux-musl] steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cache Rust assets id: rust-cache uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/ci-tests-android.yml b/.github/workflows/ci-tests-android.yml index b048962..4c1ec8e 100644 --- a/.github/workflows/ci-tests-android.yml +++ b/.github/workflows/ci-tests-android.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cache Rust assets id: rust-cache uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/ci-tests-linux.yml b/.github/workflows/ci-tests-linux.yml index bcd3d16..02dd190 100644 --- a/.github/workflows/ci-tests-linux.yml +++ b/.github/workflows/ci-tests-linux.yml @@ -18,7 +18,7 @@ jobs: target: [aarch64-unknown-linux-musl, x86_64-unknown-linux-musl] steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Cache Rust assets id: rust-cache uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/ci-tests-nix.yml b/.github/workflows/ci-tests-nix.yml index 5da1d12..f477fed 100644 --- a/.github/workflows/ci-tests-nix.yml +++ b/.github/workflows/ci-tests-nix.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - uses: cachix/install-nix-action@v31 - name: Build Nix package run: nix build