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