Skip to content

Commit

Permalink
Bump versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Klingsbo authored and Lukas Klingsbo committed Oct 21, 2022
1 parent 9dc1e03 commit 7ac3a6f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ can activate spec.

```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- uses: bluefireteam/spec-action@v2
- uses: bluefireteam/spec-action@v3
```
### With Dart
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- uses: bluefireteam/spec-action@v2
- uses: bluefireteam/spec-action@v3
```
Expand All @@ -45,9 +45,9 @@ version like this `'>=1.2.0 < 1.3.0'` which would allow any version between
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- uses: bluefireteam/spec-action@v2
- uses: bluefireteam/spec-action@v3
with:
spec-version: '1.2.0'
```
Expand All @@ -57,9 +57,9 @@ it to run set `run-tests: false`.

```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- uses: bluefireteam/spec-action@v2
- uses: bluefireteam/spec-action@v3
with:
run-tests: false
```

0 comments on commit 7ac3a6f

Please sign in to comment.