diff --git a/.github/workflows/build-linux-arm64-installer.yml b/.github/workflows/build-linux-arm64-installer.yml index eacb82bba733..d3b86ba88c57 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.1.0 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/build-linux-installer.yml b/.github/workflows/build-linux-installer.yml index 30d3a14684a5..f09a905f4338 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.1.0 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/build-macos-installer.yml b/.github/workflows/build-macos-installer.yml index 9e81ff5c08d2..8d5077929d2a 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.1.0 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..7459fef3a5b9 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.1.0 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.1.0 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..c6f582d26cca 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.1.0 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..16a03471ed08 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.1.0 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.1.0 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..a1db6dabc46e 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.1.0 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.1.0 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..7dcb30a3e76b 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.1.0 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.1.0 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..21b4cacc2c82 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.1.0 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.1.0 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..e38a8187b0f7 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.1.0 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.1.0 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..30047b181f7e 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.1.0 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.1.0 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..3fe5909ca5a6 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.1.0 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.1.0 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..e764a5fcbfbb 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.1.0 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.1.0 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..aee003aecd81 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.1.0 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.1.0 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..9f30965305f4 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.1.0 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.1.0 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..819eb260eb89 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.1.0 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.1.0 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..a876c0d9b882 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.1.0 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.1.0 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..738c5e3f7b8b 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.1.0 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.1.0 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..fd1ee14c6601 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.1.0 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.1.0 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..7bd1f9681e4e 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.1.0 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.1.0 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..c02b0d6d8f86 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.1.0 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.1.0 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..bd013249e429 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.1.0 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..fffb42869b9a 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.1.0 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.1.0 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..9f18f267cce1 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.1.0 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.1.0 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..d9a41642c2b6 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.1.0 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.1.0 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..ee6b30969d90 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.1.0 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.1.0 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..19bd869fe104 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.1.0 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.1.0 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..85dc77769bd4 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.1.0 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.1.0 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..f8f2e64b0061 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.1.0 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.1.0 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..7e9f9d88dbcb 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.1.0 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.1.0 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..c9bfb8da9742 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.1.0 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.1.0 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..77e9aa11e828 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.1.0 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.1.0 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..0e9434e45340 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.1.0 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.1.0 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..819fecf744ee 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.1.0 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.1.0 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..540f717213d0 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.1.0 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.1.0 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..09a5ec4bf414 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.1.0 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.1.0 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..8bbe03b8790b 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.1.0 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.1.0 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..9955543a6c45 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.1.0 with: fetch-depth: 0 submodules: recursive diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a937049139ff..ad695f16d258 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.1.0 # 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..5998e4bd793e 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.1.0 ################################ # Run Linter against code base # diff --git a/.github/workflows/upload-pypi-source.yml b/.github/workflows/upload-pypi-source.yml index a5f71ba858f4..113f63a8474e 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.1.0 with: fetch-depth: 0 submodules: recursive