Skip to content

Commit bba59f7

Browse files
authored
chore: update PocketIC GitHub action to v11.0.0 (#54)
1 parent c18ce95 commit bba59f7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/pocket-ic-server-action-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
expected-version: '5.0.0'
2020
os: macos-13 # x86_64
2121

22-
- expected-version: '10.0.0'
22+
- expected-version: '11.0.0'
2323
os: ubuntu-latest
24-
- expected-version: '10.0.0'
24+
- expected-version: '11.0.0'
2525
os: macos-13 # x86_64
26-
- expected-version: '10.0.0'
26+
- expected-version: '11.0.0'
2727
os: macos-latest # arm64
2828

2929
- version: 'ee4c728d94b10437f41edf564650ac63cd0c0c5d'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ You can specify a particular version of the PocketIC server to install using the
3030
- name: Install PocketIC server
3131
uses: dfinity/pocketic@main
3232
with:
33-
pocket-ic-server-version: "10.0.0"
33+
pocket-ic-server-version: "11.0.0"
3434
```
3535

3636
## Download the PocketIC Server

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ inputs:
55
description: >
66
The PocketIC server version to install.
77
If omitted, the latest version will be installed.
8-
default: '10.0.0'
8+
default: '11.0.0'
99

1010
runs:
1111
using: composite

0 commit comments

Comments
 (0)