CI deps ugrade (#1237)

* Switch to actions/checkout v3

* Upgrade subwasm version

* Bump srtool-actions to v0.4

* Remove srtool runs from master
This commit is contained in:
Chevdor
2022-05-06 09:24:55 +02:00
committed by GitHub
parent a2fd67acb1
commit 00d679afec
9 changed files with 12 additions and 13 deletions
+3 -4
View File
@@ -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 }}