File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The following inputs are supported.
21
21
# This input is optional and by default the version will be automatically
22
22
# detected from the project's dependencies. If no version is found in the
23
23
# 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"
25
25
version : " "
26
26
27
27
# The GitHub token to use to authenticate GitHub API requests.
@@ -71,13 +71,13 @@ Setup the latest version of the Biome CLI.
71
71
72
72
# ## Specific version
73
73
74
- Install version `2.1.2 ` of the Biome CLI.
74
+ Install version `2.1.3 ` of the Biome CLI.
75
75
76
76
` ` ` yaml
77
77
- name: Setup Biome CLI
78
78
uses: biomejs/setup-biome@v2
79
79
with:
80
- version: 2.1.2
80
+ version: 2.1.3
81
81
82
82
- name: Run Biome
83
83
run: biome ci
You can’t perform that action at this time.
0 commit comments