From 185edf8535c00ae8fb36f02a3520322a5b0a9058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 15:10:31 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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 ++++---- .github/workflows/notify-breaking.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cargo-docs.yml b/.github/workflows/cargo-docs.yml index 412805c968..c19ffc350f 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@v3 + - uses: actions/checkout@v4 - 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 8dab6e6053..1c1d1f294d 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@v3 + - uses: actions/checkout@v4 - run: git fetch --prune --unshallow - name: Install System Dependencies run: | diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 4006d38552..565cc01a3c 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -14,7 +14,7 @@ jobs: runtime: ["interlay", "kintsugi"] steps: - name: Checkout sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build ${{ matrix.runtime }} runtime id: srtool_build @@ -45,7 +45,7 @@ jobs: runs-on: [self-hosted, linux] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions-rs/toolchain@v1 @@ -68,7 +68,7 @@ jobs: runs-on: [self-hosted, linux] needs: ["build-binary"] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare id: prep run: | @@ -126,7 +126,7 @@ jobs: needs: ["build-runtimes", "build-binary"] steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/notify-breaking.yml b/.github/workflows/notify-breaking.yml index aedff146f4..b0e142ab14 100644 --- a/.github/workflows/notify-breaking.yml +++ b/.github/workflows/notify-breaking.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0