From 26c90f601861c3b1d134545444b1d6a07bd32bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 17:46:07 +0400 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#4435) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/iroha2-dev-pr.yml | 4 ++-- .github/workflows/iroha2-no-incorrect-image.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/iroha2-dev-pr.yml b/.github/workflows/iroha2-dev-pr.yml index 0b6d47e7428..e65d77d5744 100644 --- a/.github/workflows/iroha2-dev-pr.yml +++ b/.github/workflows/iroha2-dev-pr.yml @@ -40,7 +40,7 @@ jobs: container: image: hyperledger/iroha2-ci:nightly-2024-01-12 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # TODO Remove this step #2165 # - name: Adjust toolchain # run: | @@ -77,7 +77,7 @@ jobs: image: hyperledger/iroha2-ci:nightly-2024-01-12 timeout-minutes: 30 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - name: Run tests, with no-default-features run: | diff --git a/.github/workflows/iroha2-no-incorrect-image.yml b/.github/workflows/iroha2-no-incorrect-image.yml index fbc6aa228de..682e7c34aa3 100644 --- a/.github/workflows/iroha2-no-incorrect-image.yml +++ b/.github/workflows/iroha2-no-incorrect-image.yml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-python@v1 with: python-version: "3.11" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: pip install -r .github/scripts/ci_test/requirements.txt --no-input - name: Check containers on iroha2-stable branch