From 55087eac7fe3194a36bb50a85e173cc24b8b442e Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Thu, 4 Sep 2025 14:48:48 +0200 Subject: [PATCH] Update GitHub Actions in CI Workflows (#384) * Update abi.yml * Update cc.yml * Update rust.yml * Update tests.yml --- .github/workflows/abi.yml | 6 +++--- .github/workflows/cc.yml | 4 ++-- .github/workflows/rust.yml | 8 ++++---- .github/workflows/tests.yml | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/abi.yml b/.github/workflows/abi.yml index eda2c96..5355b42 100644 --- a/.github/workflows/abi.yml +++ b/.github/workflows/abi.yml @@ -12,14 +12,14 @@ jobs: steps: - name: Clone current repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get the Git revision from the current repository id: get-rev run: echo "rev=$(cat ./storage-contracts-abis/0g-storage-contracts-rev)" >> $GITHUB_OUTPUT - name: Clone another repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: '0glabs/0g-storage-contracts' path: '0g-storage-contracts' @@ -45,4 +45,4 @@ jobs: - name: Compare files run: | - ./scripts/check_abis.sh ./0g-storage-contracts/artifacts/ \ No newline at end of file + ./scripts/check_abis.sh ./0g-storage-contracts/artifacts/ diff --git a/.github/workflows/cc.yml b/.github/workflows/cc.yml index 32e65e0..d301909 100644 --- a/.github/workflows/cc.yml +++ b/.github/workflows/cc.yml @@ -29,7 +29,7 @@ jobs: swap-storage: true - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive @@ -57,4 +57,4 @@ jobs: # Disable to avoid CI failure as following: # ['error'] There was an error running the uploader: Error uploading to https://codecov.io: Error: There was an error fetching the storage # URL during POST: 404 - {'detail': ErrorDetail(string='Could not find a repository, try using repo upload token', code='not_found')} - # fail_ci_if_error: true \ No newline at end of file + # fail_ci_if_error: true diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 483fd05..3b19795 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive - name: Setup Rust (cache & toolchain) @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive - name: Setup Rust (cache & toolchain) @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive - name: Setup Rust (cache & toolchain) @@ -69,4 +69,4 @@ jobs: command: clippy # blocks_in_conditions is triggered for tracing::instrument. # This can be removed after the fix is released. - args: -- -D warnings \ No newline at end of file + args: -- -D warnings diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8fe4d97..8e8ec8b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: swap-storage: true - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: recursive @@ -66,4 +66,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: test_logs - path: /tmp/zgs_test_* \ No newline at end of file + path: /tmp/zgs_test_*