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.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
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
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
8282repos:
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` ` `
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` ` `
You can’t perform that action at this time.
0 commit comments