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