File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 job :
2626 runs-on : Ubuntu-Slim
2727 steps :
28- - uses : 5ouma/utils/pre-commit@v0.9.4
28+ - uses : 5ouma/utils/pre-commit@v0.9.5
2929 with :
3030 config : /path/to/pre-commit-config.yml # Optional
3131 token : ${{ secrets.GITHUB_TOKEN }} # Optional
4141 job :
4242 runs-on : Ubuntu-Latest
4343 steps :
44- - uses : 5ouma/utils/setup-bun-with-cache@v0.9.4
44+ - uses : 5ouma/utils/setup-bun-with-cache@v0.9.5
4545` ` `
4646
4747### 🔒 Update Deno Lock File
5151 job :
5252 runs-on : Ubuntu-Slim
5353 steps :
54- - uses : 5ouma/utils/update-deno-lock-file@v0.9.4
54+ - uses : 5ouma/utils/update-deno-lock-file@v0.9.5
5555` ` `
5656
5757> [!IMPORTANT]
@@ -84,7 +84,7 @@ default_install_hook_types:
8484
8585repos:
8686 - repo: https://github.com/5ouma/utils
87- rev: v0.9.4
87+ rev: v0.9.5
8888 hooks:
8989 - id: upload-git-commit-notion
9090` ` `
9595
9696` ` ` json
9797{
98- "extends": ["github>5ouma/utils#v0.9.4 ", "github>5ouma/utils:labels#v0.9.4 "]
98+ "extends": ["github>5ouma/utils#v0.9.5 ", "github>5ouma/utils:labels#v0.9.5 "]
9999}
100100` ` `
You can’t perform that action at this time.
0 commit comments