Skip to content

Commit

Permalink
Bump pre-commit/mirrors-prettier from 3.0.0-alpha.9-for-vscode to 3.0…
Browse files Browse the repository at this point in the history
….0 (#11)
  • Loading branch information
fabasoad authored Jul 16, 2023
1 parent b09faf6 commit f5c1b65
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os: ["ubuntu", "macos"]
version:
["1.22.0-m5", "1.22.0-m4", "1.22.0-m3", "1.22.0-m2", "1.22.0-m1"]
["1.22.0-m6", "1.22.0-m5", "1.22.0-m4", "1.22.0-m3", "1.22.0-m2"]
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repos:
stages: ["push"]
# Other
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.0
hooks:
- id: prettier
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Supported OS: Linux and macOS.
<!-- prettier-ignore-start -->
| Name | Required | Description | Default | Possible values |
|---------|----------|---------------------------------------------------------------------------------------------|-------------|-----------------|
| version | No | Version of `Ciao` tool that can be found [here](https://github.com/ciao-lang/ciao/releases) | `1.22.0-m5` | &lt;String&gt; |
| version | No | Version of `Ciao` tool that can be found [here](https://github.com/ciao-lang/ciao/releases) | `1.22.0-m6` | &lt;String&gt; |
<!-- prettier-ignore-end -->

## Example usage
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
version:
description: "Ciao version."
required: false
default: "1.22.0-m5"
default: "1.22.0-m6"
runs:
using: "composite"
steps:
Expand Down

0 comments on commit f5c1b65

Please sign in to comment.