diff --git a/polkadot/.github/workflows/check-labels.yml b/polkadot/.github/workflows/check-labels.yml index 28d38d3ecd..f0f5556ebe 100644 --- a/polkadot/.github/workflows/check-labels.yml +++ b/polkadot/.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/polkadot/.github/workflows/extrinsic-ordering-check-from-bin.yml b/polkadot/.github/workflows/extrinsic-ordering-check-from-bin.yml index 118ddd3d21..778e125a1c 100644 --- a/polkadot/.github/workflows/extrinsic-ordering-check-from-bin.yml +++ b/polkadot/.github/workflows/extrinsic-ordering-check-from-bin.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Fetch binary run: | diff --git a/polkadot/.github/workflows/honggfuzz.yml b/polkadot/.github/workflows/honggfuzz.yml index df35654c39..a8c629f836 100644 --- a/polkadot/.github/workflows/honggfuzz.yml +++ b/polkadot/.github/workflows/honggfuzz.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: 1 @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 1 @@ -94,7 +94,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 1 diff --git a/polkadot/.github/workflows/publish-docker-manual.yml b/polkadot/.github/workflows/publish-docker-manual.yml index 9f7cd38349..d073145e0f 100644 --- a/polkadot/.github/workflows/publish-docker-manual.yml +++ b/polkadot/.github/workflows/publish-docker-manual.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Cache Docker layers diff --git a/polkadot/.github/workflows/publish-docker-release.yml b/polkadot/.github/workflows/publish-docker-release.yml index e0d6e9efe9..b4873d8eb8 100644 --- a/polkadot/.github/workflows/publish-docker-release.yml +++ b/polkadot/.github/workflows/publish-docker-release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Cache Docker layers diff --git a/polkadot/.github/workflows/publish-draft-release.yml b/polkadot/.github/workflows/publish-draft-release.yml index 577f6f024e..f1050bc7f7 100644 --- a/polkadot/.github/workflows/publish-draft-release.yml +++ b/polkadot/.github/workflows/publish-draft-release.yml @@ -27,7 +27,7 @@ jobs: runtime: ["polkadot", "kusama", "westend", "rococo"] steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache target dir uses: actions/cache@v2 @@ -40,9 +40,9 @@ jobs: - name: Build ${{ matrix.runtime }} runtime id: srtool_build - uses: chevdor/srtool-actions@v0.3.0 + uses: chevdor/srtool-actions@v0.4.0 with: - # This is the default with chevdor/srtool-actions@v0.3.0 but we make it clear + # This is the default with chevdor/srtool-actions@v0.3.0+ but we make it clear image: paritytech/srtool chain: ${{ matrix.runtime }} @@ -71,7 +71,7 @@ jobs: asset_upload_url: ${{ steps.create-release.outputs.upload_url }} steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 path: polkadot @@ -150,10 +150,10 @@ jobs: runtime: ["polkadot", "kusama", "westend", "rococo"] steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Download artifacts uses: actions/download-artifact@v2 - - name: Set up Ruby 2.7 + - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 3.0.0 diff --git a/polkadot/.github/workflows/release-candidate.yml b/polkadot/.github/workflows/release-candidate.yml index 4c3cd3aff7..321c066794 100644 --- a/polkadot/.github/workflows/release-candidate.yml +++ b/polkadot/.github/workflows/release-candidate.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout sources - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - id: compute_tag