From 7f9e0aea4ba0892f4fc560afa1658418b70f34ef Mon Sep 17 00:00:00 2001 From: Flouse <1297478+Flouse@users.noreply.github.com> Date: Sat, 14 Oct 2023 16:26:16 +0000 Subject: [PATCH] chore(deps): bump actions/checkout to v4 --- .github/workflows/autorocks.yml | 2 +- .github/workflows/docker.yml | 6 +++--- .github/workflows/gwos-evm-ci.yml | 2 +- .github/workflows/gwos-evm-fuzz.yml | 2 +- .github/workflows/prepare-builtin-binaries.yml | 2 +- .github/workflows/web3-docker-publish.yml | 2 +- .github/workflows/web3-indexer-docker-publish.yml | 2 +- .github/workflows/web3-node-js.yml | 2 +- .github/workflows/web3-rust.yml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/autorocks.yml b/.github/workflows/autorocks.yml index 4a6082ead..f4c481c03 100644 --- a/.github/workflows/autorocks.yml +++ b/.github/workflows/autorocks.yml @@ -15,7 +15,7 @@ jobs: run: working-directory: crates/autorocks steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - name: Install Rust components diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index ce9042764..97acbf9f6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true @@ -160,7 +160,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true @@ -247,7 +247,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/gwos-evm-ci.yml b/.github/workflows/gwos-evm-ci.yml index 6419d4022..7ac3fdbcd 100644 --- a/.github/workflows/gwos-evm-ci.yml +++ b/.github/workflows/gwos-evm-ci.yml @@ -21,7 +21,7 @@ jobs: working-directory: gwos-evm steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' diff --git a/.github/workflows/gwos-evm-fuzz.yml b/.github/workflows/gwos-evm-fuzz.yml index 182514f9d..79ca2062c 100644 --- a/.github/workflows/gwos-evm-fuzz.yml +++ b/.github/workflows/gwos-evm-fuzz.yml @@ -18,7 +18,7 @@ jobs: working-directory: gwos-evm steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive' diff --git a/.github/workflows/prepare-builtin-binaries.yml b/.github/workflows/prepare-builtin-binaries.yml index 318dfd088..02877cbf5 100644 --- a/.github/workflows/prepare-builtin-binaries.yml +++ b/.github/workflows/prepare-builtin-binaries.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true diff --git a/.github/workflows/web3-docker-publish.yml b/.github/workflows/web3-docker-publish.yml index 65afa4460..1504aaac5 100644 --- a/.github/workflows/web3-docker-publish.yml +++ b/.github/workflows/web3-docker-publish.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Login against a Docker registry except on PR # https://github.com/docker/login-action diff --git a/.github/workflows/web3-indexer-docker-publish.yml b/.github/workflows/web3-indexer-docker-publish.yml index 091d27fa5..0af61d5c5 100644 --- a/.github/workflows/web3-indexer-docker-publish.yml +++ b/.github/workflows/web3-indexer-docker-publish.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Login against a Docker registry except on PR # https://github.com/docker/login-action diff --git a/.github/workflows/web3-node-js.yml b/.github/workflows/web3-node-js.yml index acae0fee4..ae00f17f1 100644 --- a/.github/workflows/web3-node-js.yml +++ b/.github/workflows/web3-node-js.yml @@ -24,7 +24,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: diff --git a/.github/workflows/web3-rust.yml b/.github/workflows/web3-rust.yml index b2784303d..3d26f76ea 100644 --- a/.github/workflows/web3-rust.yml +++ b/.github/workflows/web3-rust.yml @@ -19,7 +19,7 @@ jobs: working-directory: web3 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Rust components run: | cargo fmt --version || rustup component add rustfmt