Skip to content
Snippets Groups Projects
Commit db0f2cd3 authored by Chevdor's avatar Chevdor Committed by GitHub
Browse files

CI deps ugrade (#1237)

* Switch to actions/checkout v3

* Upgrade subwasm version

* Bump srtool-actions to v0.4

* Remove srtool runs from master
parent 46e20f3c
Branches
No related merge requests found
......@@ -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 }}
......
......@@ -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
......
......@@ -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: |
......
......@@ -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
......
......@@ -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
......
......@@ -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 }}
......
......@@ -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 }}
......
......@@ -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 }}
......
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 }}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment