Upgrade generated workflows
Use `cli/gh-extension-precompile@v2` Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
2ec473ff2f
commit
dd32a9cc94
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cli/gh-extension-precompile@v1
|
- uses: cli/gh-extension-precompile@v2
|
||||||
with:
|
with:
|
||||||
generate_attestations: true
|
generate_attestations: true
|
||||||
go_version_file: go.mod
|
go_version_file: go.mod
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cli/gh-extension-precompile@v1
|
- uses: cli/gh-extension-precompile@v2
|
||||||
with:
|
with:
|
||||||
build_script_override: "script/build.sh"
|
build_script_override: "script/build.sh"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue