Skip to content

Commit f4ffd21

Browse files
authored
chore(release): v0.8.1 (#623)
Co-authored-by: 5ouma[bot] <216295601+5ouma[bot]@users.noreply.github.com>
1 parent 8866385 commit f4ffd21

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
job:
2626
runs-on: Ubuntu-Slim
2727
steps:
28-
- uses: 5ouma/utils/pre-commit@v0.8.0
28+
- uses: 5ouma/utils/pre-commit@v0.8.1
2929
with:
3030
config: /path/to/pre-commit-config.yml # Optional
3131
token: ${{ secrets.GITHUB_TOKEN }} # Optional
@@ -38,7 +38,7 @@ jobs:
3838
job:
3939
runs-on: Ubuntu-Latest
4040
steps:
41-
- uses: 5ouma/utils/setup-bun-with-cache@v0.8.0
41+
- uses: 5ouma/utils/setup-bun-with-cache@v0.8.1
4242
```
4343
4444
### 🔒 Update Deno Lock File
@@ -48,7 +48,7 @@ jobs:
4848
job:
4949
runs-on: Ubuntu-Slim
5050
steps:
51-
- uses: 5ouma/utils/update-deno-lock-file@v0.8.0
51+
- uses: 5ouma/utils/update-deno-lock-file@v0.8.1
5252
```
5353
5454
> [!IMPORTANT]
@@ -81,7 +81,7 @@ default_install_hook_types:
8181
8282
repos:
8383
- repo: https://github.com/5ouma/utils
84-
rev: v0.8.0
84+
rev: v0.8.1
8585
hooks:
8686
- id: upload-git-commit-notion
8787
```
@@ -92,6 +92,6 @@ repos:
9292

9393
```json
9494
{
95-
"extends": ["github>5ouma/utils#v0.8.0", "github>5ouma/utils:labels#v0.8.0"]
95+
"extends": ["github>5ouma/utils#v0.8.1", "github>5ouma/utils:labels#v0.8.1"]
9696
}
9797
```

0 commit comments

Comments
 (0)