Skip to content

Commit a541cc3

Browse files
authored
chore: prep for rc01 release (#15)
1 parent 7abcd46 commit a541cc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
version:
77
description: 'ew-cli version to use'
88
required: true
9-
default: '0.12.6'
9+
default: '1.0.0-rc01'
1010
# Authentication
1111
api-token:
1212
description: 'Api token for emulator.wtf'
@@ -136,11 +136,11 @@ runs:
136136
using: composite
137137
steps:
138138
- name: Setup ew-cli
139-
uses: emulator-wtf/setup-ew-cli@v0.9.11
139+
uses: emulator-wtf/setup-ew-cli@v1.0.0-rc01
140140
with:
141141
version: ${{ inputs.version }}
142142
- name: Run instrumented tests
143-
uses: emulator-wtf/invoke@v0.9.8
143+
uses: emulator-wtf/invoke@v1.0.0-rc01
144144
with:
145145
# Authentication
146146
api-token: ${{ inputs.api-token }}

0 commit comments

Comments
 (0)