From cd5ebb7232df249d092a66cb746c7e476d930ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:43:39 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/cargo-docs.yml | 2 +- .github/workflows/cargo-test.yml | 2 +- .github/workflows/draft-release.yml | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cargo-docs.yml b/.github/workflows/cargo-docs.yml index 810c3d1aba..338e945981 100644 --- a/.github/workflows/cargo-docs.yml +++ b/.github/workflows/cargo-docs.yml @@ -9,7 +9,7 @@ jobs: publish: runs-on: [self-hosted, linux] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: git fetch --prune --unshallow - name: Install System Dependencies run: | diff --git a/.github/workflows/cargo-test.yml b/.github/workflows/cargo-test.yml index 043939ca04..b51f40eaff 100644 --- a/.github/workflows/cargo-test.yml +++ b/.github/workflows/cargo-test.yml @@ -11,7 +11,7 @@ jobs: runs-on: [self-hosted, linux] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ github.event.pull_request.head.sha }} - run: git fetch --prune --unshallow diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index b74168541f..5553c5b5a0 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -15,7 +15,7 @@ jobs: runtime: ["interlay", "kintsugi"] steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build ${{ matrix.runtime }} runtime id: srtool_build @@ -46,7 +46,7 @@ jobs: runs-on: [self-hosted, linux] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - uses: actions-rs/toolchain@v1 @@ -69,7 +69,7 @@ jobs: runs-on: [self-hosted, linux] needs: ["build-binary"] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Prepare id: prep run: | @@ -127,7 +127,7 @@ jobs: needs: ["build-runtimes", "build-binary"] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0