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
@@ -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