Skip to content

Commit

Permalink
🔖 v2.5.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stoe committed Dec 19, 2024
1 parent c8efd0e commit 3902f9a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
CI: true

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/checkout@v4.2.2

- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
- uses: actions/setup-go@v5.2.0
with:
go-version-file: 'go.mod'
cache: true
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,14 @@ jobs:
contents: write

steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/checkout@v4.2.2

- uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5
- uses: crazy-max/ghaction-import-gpg@v6.2.0
id: gpg
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}

- uses: cli/gh-extension-precompile@561b19deda1228a0edf856c3325df87416f8c9bd
- uses: cli/gh-extension-precompile@v2.0.0
with:
go_version: 1.20.x
gpg_fingerprint: ${{ steps.gpg.outputs.fingerprint }}
2 changes: 1 addition & 1 deletion cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var (
Use: "report",
Short: "gh cli extension to generate reports",
Long: "gh cli extension to generate enterprise/organization/user/repository reports",
Version: "2.4.2",
Version: "2.5.0-rc.1",
PersistentPreRunE: run,
DisableAutoGenTag: true,
}
Expand Down

0 comments on commit 3902f9a

Please sign in to comment.