Skip to content

Commit

Permalink
Merge pull request #2 from github/sgoedecke/bump-actions-checkout-and…
Browse files Browse the repository at this point in the history
…-precompile

Bump actions checkout and precompile
  • Loading branch information
sgoedecke authored Oct 6, 2024
2 parents 25a37cb + b2ed245 commit 5d5b95a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cli/gh-extension-precompile@v1
- uses: actions/checkout@v4
- uses: cli/gh-extension-precompile@v2
with:
go_version: "1.22"
release_tag: ${{ github.event.inputs.release_tag || '' }}

0 comments on commit 5d5b95a

Please # to comment.