Skip to content

Commit 273f415

Browse files
authored
chore(release): v0.8.0 (#621)
Co-authored-by: 5ouma[bot] <216295601+5ouma[bot]@users.noreply.github.com>
1 parent d94f12f commit 273f415

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.7.2
28+
- uses: 5ouma/utils/pre-commit@v0.8.0
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.7.2
41+
- uses: 5ouma/utils/setup-bun-with-cache@v0.8.0
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.7.2
51+
- uses: 5ouma/utils/update-deno-lock-file@v0.8.0
5252
```
5353
5454
> [!IMPORTANT]
@@ -82,7 +82,7 @@ default_install_hook_types:
8282
8383
repos:
8484
- repo: https://github.com/5ouma/utils
85-
rev: v0.7.2
85+
rev: v0.8.0
8686
hooks:
8787
- id: pinact
8888
- id: ghalint
@@ -96,6 +96,6 @@ repos:
9696

9797
```json
9898
{
99-
"extends": ["github>5ouma/utils#v0.7.2", "github>5ouma/utils:labels#v0.7.2"]
99+
"extends": ["github>5ouma/utils#v0.8.0", "github>5ouma/utils:labels#v0.8.0"]
100100
}
101101
```

0 commit comments

Comments
 (0)