diff --git a/.github/workflows/check-labels.yml b/.github/workflows/check-labels.yml index 28d38d3ecd..f0f5556ebe 100644 --- a/.github/workflows/check-labels.yml +++ b/.github/workflows/check-labels.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.ref }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index b2b0a32d5b..8d0d6bd0a7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 - name: Rust versions run: rustup show diff --git a/.github/workflows/extrinsic-ordering-check-from-bin.yml b/.github/workflows/extrinsic-ordering-check-from-bin.yml index 9998608c71..b730e2de20 100644 --- a/.github/workflows/extrinsic-ordering-check-from-bin.yml +++ b/.github/workflows/extrinsic-ordering-check-from-bin.yml @@ -27,7 +27,7 @@ jobs: REF_URL: ${{github.event.inputs.reference_url}} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Fetch binary run: | diff --git a/.github/workflows/quick-check.yml b/.github/workflows/quick-check.yml index dbfdba8618..edd05fe0b0 100644 --- a/.github/workflows/quick-check.yml +++ b/.github/workflows/quick-check.yml @@ -31,7 +31,7 @@ jobs: target key: ${{ runner.os }}-${{ matrix.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Cargo fmt uses: actions-rs/cargo@v1 diff --git a/.github/workflows/release-01_rc-automation.yml b/.github/workflows/release-01_rc-automation.yml index 138c950df3..439e4bd3fb 100644 --- a/.github/workflows/release-01_rc-automation.yml +++ b/.github/workflows/release-01_rc-automation.yml @@ -4,13 +4,13 @@ on: branches: - release-**v[0-9]+.[0-9]+.[0-9]+ workflow_dispatch: - + jobs: tag_rc: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - id: compute_tag diff --git a/.github/workflows/release-02_create-draft.yml b/.github/workflows/release-02_create-draft.yml index 8e7fa38ad4..c6ab7c19ad 100644 --- a/.github/workflows/release-02_create-draft.yml +++ b/.github/workflows/release-02_create-draft.yml @@ -63,7 +63,7 @@ jobs: - name: Build ${{ matrix.runtime }} runtime if: ${{ github.event.inputs.release_type != 'client' }} id: srtool_build - uses: chevdor/srtool-actions@v0.3.0 + uses: chevdor/srtool-actions@v0.4.0 with: image: paritytech/srtool chain: ${{ matrix.runtime }} diff --git a/.github/workflows/release-10_docker-manual.yml b/.github/workflows/release-10_docker-manual.yml index 142f456805..b394d686c6 100644 --- a/.github/workflows/release-10_docker-manual.yml +++ b/.github/workflows/release-10_docker-manual.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/release-10_docker.yml b/.github/workflows/release-10_docker.yml index 4d07cad290..c65fc8e1cc 100644 --- a/.github/workflows/release-10_docker.yml +++ b/.github/workflows/release-10_docker.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.event.release.tag_name }} diff --git a/.github/workflows/srtool.yml b/.github/workflows/srtool.yml index 5405cda416..52a1e656ed 100644 --- a/.github/workflows/srtool.yml +++ b/.github/workflows/srtool.yml @@ -1,7 +1,7 @@ name: Srtool build env: - SUBWASM_VERSION: 0.15.0 + SUBWASM_VERSION: 0.17.0 on: push: @@ -16,7 +16,6 @@ on: branches: - "release*" - - "master" schedule: - cron: "00 02 * * 1" # 2AM weekly on monday @@ -30,13 +29,13 @@ jobs: matrix: chain: ["statemine", "westmint", "statemint", "rococo-parachain", "shell", "canvas-kusama"] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Srtool build id: srtool_build - uses: chevdor/srtool-actions@v0.3.0 + uses: chevdor/srtool-actions@v0.4.0 with: chain: ${{ matrix.chain }} runtime_dir: polkadot-parachains/${{ matrix.chain }}