From 92b3f458d1fe5ee3baa777b5c53d712adb14a580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 18:57:50 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-linux-arm64-installer.yml | 2 +- .github/workflows/build-linux-installer.yml | 2 +- .github/workflows/build-macos-installer.yml | 2 +- .github/workflows/build-test-macos-blockchain.yml | 4 ++-- .github/workflows/build-test-macos-clvm.yml | 2 +- .github/workflows/build-test-macos-core-consensus.yml | 4 ++-- .../workflows/build-test-macos-core-full_node-full_sync.yml | 4 ++-- .github/workflows/build-test-macos-core-full_node.yml | 4 ++-- .github/workflows/build-test-macos-core-server.yml | 4 ++-- .github/workflows/build-test-macos-core-ssl.yml | 4 ++-- .github/workflows/build-test-macos-core-types.yml | 4 ++-- .github/workflows/build-test-macos-core-util.yml | 4 ++-- .github/workflows/build-test-macos-core.yml | 4 ++-- .github/workflows/build-test-macos-generator.yml | 4 ++-- .github/workflows/build-test-macos-simulation.yml | 4 ++-- .github/workflows/build-test-macos-wallet-cc_wallet.yml | 4 ++-- .github/workflows/build-test-macos-wallet-rl_wallet.yml | 4 ++-- .github/workflows/build-test-macos-wallet-rpc.yml | 4 ++-- .github/workflows/build-test-macos-wallet-sync.yml | 4 ++-- .github/workflows/build-test-macos-wallet.yml | 4 ++-- .github/workflows/build-test-ubuntu-blockchain.yml | 4 ++-- .github/workflows/build-test-ubuntu-clvm.yml | 2 +- .github/workflows/build-test-ubuntu-core-consensus.yml | 4 ++-- .../workflows/build-test-ubuntu-core-full_node-full_sync.yml | 4 ++-- .github/workflows/build-test-ubuntu-core-full_node.yml | 4 ++-- .github/workflows/build-test-ubuntu-core-server.yml | 4 ++-- .github/workflows/build-test-ubuntu-core-ssl.yml | 4 ++-- .github/workflows/build-test-ubuntu-core-types.yml | 4 ++-- .github/workflows/build-test-ubuntu-core-util.yml | 4 ++-- .github/workflows/build-test-ubuntu-core.yml | 4 ++-- .github/workflows/build-test-ubuntu-generator.yml | 4 ++-- .github/workflows/build-test-ubuntu-simulation.yml | 4 ++-- .github/workflows/build-test-ubuntu-wallet-cc_wallet.yml | 4 ++-- .github/workflows/build-test-ubuntu-wallet-rl_wallet.yml | 4 ++-- .github/workflows/build-test-ubuntu-wallet-rpc.yml | 4 ++-- .github/workflows/build-test-ubuntu-wallet-sync.yml | 4 ++-- .github/workflows/build-test-ubuntu-wallet.yml | 4 ++-- .github/workflows/build-windows-installer.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/super-linter.yml | 2 +- .github/workflows/upload-pypi-source.yml | 2 +- 41 files changed, 73 insertions(+), 73 deletions(-) diff --git a/.github/workflows/build-linux-arm64-installer.yml b/.github/workflows/build-linux-arm64-installer.yml index eacb82bba733..cce10ab5f0e3 100644 --- a/.github/workflows/build-linux-arm64-installer.yml +++ b/.github/workflows/build-linux-arm64-installer.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/build-linux-installer.yml b/.github/workflows/build-linux-installer.yml index 30d3a14684a5..a2427ac0f61e 100644 --- a/.github/workflows/build-linux-installer.yml +++ b/.github/workflows/build-linux-installer.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/build-macos-installer.yml b/.github/workflows/build-macos-installer.yml index 9e81ff5c08d2..73e816b563cf 100644 --- a/.github/workflows/build-macos-installer.yml +++ b/.github/workflows/build-macos-installer.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/build-test-macos-blockchain.yml b/.github/workflows/build-test-macos-blockchain.yml index d6a337ea8b32..2d23660dcbb8 100644 --- a/.github/workflows/build-test-macos-blockchain.yml +++ b/.github/workflows/build-test-macos-blockchain.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-clvm.yml b/.github/workflows/build-test-macos-clvm.yml index 60bdbb935ea9..a5473f8b0cb4 100644 --- a/.github/workflows/build-test-macos-clvm.yml +++ b/.github/workflows/build-test-macos-clvm.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/build-test-macos-core-consensus.yml b/.github/workflows/build-test-macos-core-consensus.yml index 4d01c48c0f6a..ef483f69feea 100644 --- a/.github/workflows/build-test-macos-core-consensus.yml +++ b/.github/workflows/build-test-macos-core-consensus.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-core-full_node-full_sync.yml b/.github/workflows/build-test-macos-core-full_node-full_sync.yml index 7fc3ca2aa248..2946c9a4ce54 100644 --- a/.github/workflows/build-test-macos-core-full_node-full_sync.yml +++ b/.github/workflows/build-test-macos-core-full_node-full_sync.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-core-full_node.yml b/.github/workflows/build-test-macos-core-full_node.yml index ec558be8e398..d0f880901c3d 100644 --- a/.github/workflows/build-test-macos-core-full_node.yml +++ b/.github/workflows/build-test-macos-core-full_node.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-core-server.yml b/.github/workflows/build-test-macos-core-server.yml index e0c8bb1f2794..96cfaf398aa5 100644 --- a/.github/workflows/build-test-macos-core-server.yml +++ b/.github/workflows/build-test-macos-core-server.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-core-ssl.yml b/.github/workflows/build-test-macos-core-ssl.yml index 934768fbbdb2..6b4e72fb77bf 100644 --- a/.github/workflows/build-test-macos-core-ssl.yml +++ b/.github/workflows/build-test-macos-core-ssl.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-core-types.yml b/.github/workflows/build-test-macos-core-types.yml index 3d9a50a73ac3..bd9f95002c1c 100644 --- a/.github/workflows/build-test-macos-core-types.yml +++ b/.github/workflows/build-test-macos-core-types.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-core-util.yml b/.github/workflows/build-test-macos-core-util.yml index ae5e2a4ab7e5..dc2d82c6c163 100644 --- a/.github/workflows/build-test-macos-core-util.yml +++ b/.github/workflows/build-test-macos-core-util.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-core.yml b/.github/workflows/build-test-macos-core.yml index e1aaba36769c..079e50aa65e0 100644 --- a/.github/workflows/build-test-macos-core.yml +++ b/.github/workflows/build-test-macos-core.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-generator.yml b/.github/workflows/build-test-macos-generator.yml index 0a5722f9ec81..c0a264adf27a 100644 --- a/.github/workflows/build-test-macos-generator.yml +++ b/.github/workflows/build-test-macos-generator.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-simulation.yml b/.github/workflows/build-test-macos-simulation.yml index fd0976d9ef3b..8e56f2ec0d9b 100644 --- a/.github/workflows/build-test-macos-simulation.yml +++ b/.github/workflows/build-test-macos-simulation.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-wallet-cc_wallet.yml b/.github/workflows/build-test-macos-wallet-cc_wallet.yml index 0357a82a67a0..39abce3c08ec 100644 --- a/.github/workflows/build-test-macos-wallet-cc_wallet.yml +++ b/.github/workflows/build-test-macos-wallet-cc_wallet.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-wallet-rl_wallet.yml b/.github/workflows/build-test-macos-wallet-rl_wallet.yml index 162bd6e513e7..b478e29accfc 100644 --- a/.github/workflows/build-test-macos-wallet-rl_wallet.yml +++ b/.github/workflows/build-test-macos-wallet-rl_wallet.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-wallet-rpc.yml b/.github/workflows/build-test-macos-wallet-rpc.yml index 0efec688d2bd..bfa6d0979d92 100644 --- a/.github/workflows/build-test-macos-wallet-rpc.yml +++ b/.github/workflows/build-test-macos-wallet-rpc.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-wallet-sync.yml b/.github/workflows/build-test-macos-wallet-sync.yml index 98a7b1d6d93b..9140036d5045 100644 --- a/.github/workflows/build-test-macos-wallet-sync.yml +++ b/.github/workflows/build-test-macos-wallet-sync.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-macos-wallet.yml b/.github/workflows/build-test-macos-wallet.yml index c06b174bd807..91f56230b2d8 100644 --- a/.github/workflows/build-test-macos-wallet.yml +++ b/.github/workflows/build-test-macos-wallet.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -54,7 +54,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-blockchain.yml b/.github/workflows/build-test-ubuntu-blockchain.yml index 087607c19b66..32d83b31d324 100644 --- a/.github/workflows/build-test-ubuntu-blockchain.yml +++ b/.github/workflows/build-test-ubuntu-blockchain.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-clvm.yml b/.github/workflows/build-test-ubuntu-clvm.yml index fa78351f722a..92e6cf274e51 100644 --- a/.github/workflows/build-test-ubuntu-clvm.yml +++ b/.github/workflows/build-test-ubuntu-clvm.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/build-test-ubuntu-core-consensus.yml b/.github/workflows/build-test-ubuntu-core-consensus.yml index 117acd248b65..d5b74f4766d6 100644 --- a/.github/workflows/build-test-ubuntu-core-consensus.yml +++ b/.github/workflows/build-test-ubuntu-core-consensus.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-core-full_node-full_sync.yml b/.github/workflows/build-test-ubuntu-core-full_node-full_sync.yml index 46253a54377f..ffbab240e5a7 100644 --- a/.github/workflows/build-test-ubuntu-core-full_node-full_sync.yml +++ b/.github/workflows/build-test-ubuntu-core-full_node-full_sync.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-core-full_node.yml b/.github/workflows/build-test-ubuntu-core-full_node.yml index 2af84277d51e..a2c03b3ebf81 100644 --- a/.github/workflows/build-test-ubuntu-core-full_node.yml +++ b/.github/workflows/build-test-ubuntu-core-full_node.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-core-server.yml b/.github/workflows/build-test-ubuntu-core-server.yml index a5c349618fbd..5124b6236247 100644 --- a/.github/workflows/build-test-ubuntu-core-server.yml +++ b/.github/workflows/build-test-ubuntu-core-server.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-core-ssl.yml b/.github/workflows/build-test-ubuntu-core-ssl.yml index f2aa98777fe4..3b1db75e5ed9 100644 --- a/.github/workflows/build-test-ubuntu-core-ssl.yml +++ b/.github/workflows/build-test-ubuntu-core-ssl.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-core-types.yml b/.github/workflows/build-test-ubuntu-core-types.yml index efd5b64658cb..36d45864941b 100644 --- a/.github/workflows/build-test-ubuntu-core-types.yml +++ b/.github/workflows/build-test-ubuntu-core-types.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-core-util.yml b/.github/workflows/build-test-ubuntu-core-util.yml index 152961d4d234..1d0c6bb77bea 100644 --- a/.github/workflows/build-test-ubuntu-core-util.yml +++ b/.github/workflows/build-test-ubuntu-core-util.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-core.yml b/.github/workflows/build-test-ubuntu-core.yml index f90a8ef55157..1b6a05374f1b 100644 --- a/.github/workflows/build-test-ubuntu-core.yml +++ b/.github/workflows/build-test-ubuntu-core.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-generator.yml b/.github/workflows/build-test-ubuntu-generator.yml index 94bb7685752d..cc8273b83588 100644 --- a/.github/workflows/build-test-ubuntu-generator.yml +++ b/.github/workflows/build-test-ubuntu-generator.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-simulation.yml b/.github/workflows/build-test-ubuntu-simulation.yml index e1221093bd38..393e08445efe 100644 --- a/.github/workflows/build-test-ubuntu-simulation.yml +++ b/.github/workflows/build-test-ubuntu-simulation.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-wallet-cc_wallet.yml b/.github/workflows/build-test-ubuntu-wallet-cc_wallet.yml index 9cc56489cdb8..4e2fded5208d 100644 --- a/.github/workflows/build-test-ubuntu-wallet-cc_wallet.yml +++ b/.github/workflows/build-test-ubuntu-wallet-cc_wallet.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-wallet-rl_wallet.yml b/.github/workflows/build-test-ubuntu-wallet-rl_wallet.yml index 2941487d16d1..cf053242b74e 100644 --- a/.github/workflows/build-test-ubuntu-wallet-rl_wallet.yml +++ b/.github/workflows/build-test-ubuntu-wallet-rl_wallet.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-wallet-rpc.yml b/.github/workflows/build-test-ubuntu-wallet-rpc.yml index e05b02b38f6e..b7caaf1b392d 100644 --- a/.github/workflows/build-test-ubuntu-wallet-rpc.yml +++ b/.github/workflows/build-test-ubuntu-wallet-rpc.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-wallet-sync.yml b/.github/workflows/build-test-ubuntu-wallet-sync.yml index 61c37b328a24..4250a49a5fea 100644 --- a/.github/workflows/build-test-ubuntu-wallet-sync.yml +++ b/.github/workflows/build-test-ubuntu-wallet-sync.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-test-ubuntu-wallet.yml b/.github/workflows/build-test-ubuntu-wallet.yml index bb530b91dc89..43aa3cdfea1b 100644 --- a/.github/workflows/build-test-ubuntu-wallet.yml +++ b/.github/workflows/build-test-ubuntu-wallet.yml @@ -30,7 +30,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: ${{ runner.os }}-pip- - name: Checkout test blocks and plots - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: 'Chia-Network/test-cache' path: '.chia' diff --git a/.github/workflows/build-windows-installer.yml b/.github/workflows/build-windows-installer.yml index 45c2ecfd4af9..6f1955f55e14 100644 --- a/.github/workflows/build-windows-installer.yml +++ b/.github/workflows/build-windows-installer.yml @@ -24,7 +24,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a937049139ff..dc4e7abcba41 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index bd4818faa088..01219936b500 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -42,7 +42,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 ################################ # Run Linter against code base # diff --git a/.github/workflows/upload-pypi-source.yml b/.github/workflows/upload-pypi-source.yml index a5f71ba858f4..4f1346541b4c 100644 --- a/.github/workflows/upload-pypi-source.yml +++ b/.github/workflows/upload-pypi-source.yml @@ -24,7 +24,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 submodules: recursive