Skip to content

Commit 207b3fc

Browse files
chore: update package versions in README.md (#287)
Co-authored-by: unvalley <[email protected]>
1 parent 45f5ef4 commit 207b3fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following inputs are supported.
2121
# This input is optional and by default the version will be automatically
2222
# detected from the project's dependencies. If no version is found in the
2323
# project's dependencies, the latest version of the Biome CLI will be installed.
24-
# Example values: "2.1.2", "latest"
24+
# Example values: "2.1.3", "latest"
2525
version: ""
2626

2727
# The GitHub token to use to authenticate GitHub API requests.
@@ -71,13 +71,13 @@ Setup the latest version of the Biome CLI.
7171

7272
### Specific version
7373

74-
Install version `2.1.2` of the Biome CLI.
74+
Install version `2.1.3` of the Biome CLI.
7575

7676
```yaml
7777
- name: Setup Biome CLI
7878
uses: biomejs/setup-biome@v2
7979
with:
80-
version: 2.1.2
80+
version: 2.1.3
8181
8282
- name: Run Biome
8383
run: biome ci

0 commit comments

Comments
 (0)