Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
dockerhub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
image: hyperledger/iroha2-ci:nightly-2025-05-08
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
# FIXME: it caches well for binaries build, but seems to ignore wasm32 target
- uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
image: hyperledger/iroha2-ci:nightly-2025-05-08
needs: pre_build
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Download binaries
uses: actions/download-artifact@v4
with:
Expand All @@ -78,7 +78,7 @@ jobs:
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache: "false"
Expand All @@ -96,7 +96,7 @@ jobs:
container:
image: hyperledger/iroha2-ci:nightly-2025-05-08
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: "true"
Expand All @@ -109,7 +109,7 @@ jobs:
container:
image: hyperledger/iroha2-ci:nightly-2025-05-08
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: "true"
Expand All @@ -126,7 +126,7 @@ jobs:
TEST_NETWORK_BIN_IROHAD: bins/irohad
TEST_NETWORK_BIN_IROHA: bins/iroha
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: "true"
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
BIN_IROHA: bins/iroha
BIN_KAGAMI: bins/kagami
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
python-version: 3.11.12
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
check_links:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Restore lychee cache
uses: actions/cache@v4
with:
Expand All @@ -307,7 +307,7 @@ jobs:
container:
image: hyperledger/iroha2-ci:nightly-2025-05-08
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Download clippy and lcov artifact reports
uses: actions/download-artifact@v4
with:
Expand All @@ -331,7 +331,7 @@ jobs:
image: hyperledger/iroha2-ci:nightly-2025-05-08
needs: pre_build
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Download wasm
uses: actions/download-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_docker_compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
image: hyperledger/iroha2-ci:nightly-2025-05-08
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
# FIXME: it caches well for binaries build, but seems to ignore wasm32 target
- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -43,7 +43,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Download WASMs
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_python_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
suite: [iroha_cli_tests, iroha_torii_tests]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install dependencies using Poetry for pytests/${{ matrix.suite }}
working-directory: pytests/${{ matrix.suite }}
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
image: hyperledger/iroha2-ci:nightly-2025-05-08
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build wasm libs
run: ./scripts/build_wasm.sh --profile=deploy libs
- name: Upload wasm libs to reuse in other jobs
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: [self-hosted, Linux, iroha2]
needs: build_wasm_libs
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Download wasm libs
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
container:
image: hyperledger/iroha2-ci:nightly-2025-05-08
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Download wasm libs
uses: actions/download-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
image: hyperledger/iroha2-ci:nightly-2025-05-08
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ github.event.inputs.checkout_ref }}
- name: Build wasm libs
Expand All @@ -47,7 +47,7 @@ jobs:
container:
image: hyperledger/iroha2-ci:nightly-2025-05-08
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
ref: ${{ github.event.inputs.checkout_ref }}
- name: Download wasm libs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
image: hyperledger/iroha2-ci:nightly-2025-05-08
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
# TODO: Rust cache for ./wasm workspace
- name: Build wasm libs
run: ./scripts/build_wasm.sh libs
Expand All @@ -34,7 +34,7 @@ jobs:
image: hyperledger/iroha2-ci:nightly-2025-05-08
needs: build_wasm_libs
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Download wasm libs
uses: actions/download-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_xx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
image:
runs-on: [self-hosted, Linux, iroha2]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down
Loading