Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 27, 2022
1 parent 4ff1443 commit 988528b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Configure a step that adds the `idleberg/setup-playdate-sdk` action to your workflow. Optionally, you can pass arguments to the action.

```yaml
- uses: idleberg/setup-playdate-sdk@v1.0.0
- uses: idleberg/setup-playdate-sdk@v2.0.0
with:
sdk_version: '1.11.1'
```
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v2

- name: Install SDK
uses: idleberg/setup-playdate-sdk@v1.0.0
uses: idleberg/setup-playdate-sdk@v2.0.0

- name: Build Project
run: |
Expand Down

0 comments on commit 988528b

Please sign in to comment.