Skip to content

Commit

Permalink
Revert "revert action"
Browse files Browse the repository at this point in the history
This reverts commit 90b4ac1.
  • Loading branch information
mraszyk committed Nov 14, 2024
1 parent 2d76acb commit 9789b64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pocket-ic-server-action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
expected-version: '5.0.0'
os: macos-latest

- expected-version: '6.0.0'
- expected-version: '7.0.0'
os: ubuntu-latest
- expected-version: '6.0.0'
- expected-version: '7.0.0'
os: macos-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can specify a particular version of the PocketIC server to install using the
- name: Install PocketIC server
uses: dfinity/pocketic@main
with:
pocket-ic-server-version: "6.0.0"
pocket-ic-server-version: "7.0.0"
```

## Download the PocketIC Server
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ inputs:
description: >
The PocketIC server version to install.
If omitted, the latest version will be installed.
default: '6.0.0'
default: '7.0.0'

runs:
using: composite
Expand Down

0 comments on commit 9789b64

Please sign in to comment.