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