Skip to content

Commit cbbabdc

Browse files
committed
Fix GHA version
1 parent 7fcb1d5 commit cbbabdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ Make sure you store the yml files shown below in your repository under `.github/
159159
- uses: actions/checkout@v2
160160
- name: Srtool build
161161
id: srtool_build
162-
uses: chevdor/srtool-actions@v0.1.0
162+
uses: chevdor/srtool-actions@v0.4.0
163163
env:
164164
# optional: will be passed to docker srtool run cmd
165165
BUILD_OPTS: "--features on-chain-release-build"

examples/05_build_opts.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- name: Srtool build
1414
id: srtool_build
15-
uses: chevdor/srtool-actions@v0.1.0
15+
uses: chevdor/srtool-actions@v0.4.0
1616
env:
1717
# optional: will be passed to docker srtool run cmd
1818
BUILD_OPTS: "--features on-chain-release-build"

0 commit comments

Comments
 (0)