Merge pull request #12393 from fchimpan/update-extention-create-template

Update actions/checkout to v6 in extension workflow templates
This commit is contained in:
Kynan Ware 2026-01-07 11:46:03 -07:00 committed by GitHub
commit d808dcdc0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: cli/gh-extension-precompile@v2
with:
generate_attestations: true

View file

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