From 8dc8ea7b6a02b9c6e02542b3edeba4a3c32731ff Mon Sep 17 00:00:00 2001 From: Rej Ect Date: Tue, 12 Aug 2025 15:02:21 +0300 Subject: [PATCH] chore(ci): upgrade checkout to v5 --- .github/workflows/build.yml | 10 +++++----- .github/workflows/evm-flattened-contracts.yml | 2 +- .github/workflows/generic-relayer-docker.yml | 2 +- .github/workflows/guardiand-docker.yml | 2 +- .github/workflows/wormchain-icts.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d87d70f8e..91d6bc0fd6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -58,7 +58,7 @@ jobs: algorand: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - uses: actions/setup-python@v3 with: python-version: "3.10" @@ -109,7 +109,7 @@ jobs: BRIDGE_ADDRESS: Bridge1p5gheXUvJ6jGWGeCsgPKgnE3YgdGKRVCMY9o steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Get rust toolchain version id: toolchain run: | @@ -309,7 +309,7 @@ jobs: spellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Pinned version of the v6 tag, which is a lightweight and hence mutable tag - uses: streetsidesoftware/cspell-action@214db1e3138f326d33b7a6a51c92852e89ab0618 with: @@ -358,7 +358,7 @@ jobs: name: rust-lint-and-tests (${{ matrix.manifest.path }}) steps: - name: Check out source - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Install rust toolchain uses: dtolnay/rust-toolchain@55c7845fad90d0ae8b2e83715cb900e5e861e8cb @@ -411,7 +411,7 @@ jobs: prettier: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - uses: actions/setup-node@v3 with: node-version: 16 diff --git a/.github/workflows/evm-flattened-contracts.yml b/.github/workflows/evm-flattened-contracts.yml index b519a62057..65d388754d 100644 --- a/.github/workflows/evm-flattened-contracts.yml +++ b/.github/workflows/evm-flattened-contracts.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Flatten contracts run: cd ethereum && make flattened diff --git a/.github/workflows/generic-relayer-docker.yml b/.github/workflows/generic-relayer-docker.yml index 7cc50faaa0..28cdc1b1fd 100644 --- a/.github/workflows/generic-relayer-docker.yml +++ b/.github/workflows/generic-relayer-docker.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Log in to the Container registry uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 diff --git a/.github/workflows/guardiand-docker.yml b/.github/workflows/guardiand-docker.yml index 1d6a8e236b..0f9ca9c5b1 100644 --- a/.github/workflows/guardiand-docker.yml +++ b/.github/workflows/guardiand-docker.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Log in to the Container registry uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 diff --git a/.github/workflows/wormchain-icts.yml b/.github/workflows/wormchain-icts.yml index f840ce9a4c..d955b10a82 100644 --- a/.github/workflows/wormchain-icts.yml +++ b/.github/workflows/wormchain-icts.yml @@ -27,7 +27,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup Go ${{ env.GO_VERSION }} uses: actions/setup-go@v4 @@ -78,7 +78,7 @@ jobs: cache-dependency-path: interchaintest/go.sum - name: checkout chain - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download Tarball Artifact uses: actions/download-artifact@v4