Merge pull request #10181 from jsoref/issue-10084

Upgrade generated workflows
This commit is contained in:
Kynan Ware 2025-01-06 09:08:33 -07:00 committed by GitHub
commit 106d5d1144
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cli/gh-extension-precompile@v1
- uses: cli/gh-extension-precompile@v2
with:
generate_attestations: true
go_version_file: go.mod

View file

@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cli/gh-extension-precompile@v1
- uses: cli/gh-extension-precompile@v2
with:
build_script_override: "script/build.sh"