Skip to content

Commit 3902f9a

Browse files
committed
🔖 v2.5.0-rc.1
1 parent c8efd0e commit 3902f9a

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
CI: true
2727

2828
steps:
29-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
29+
- uses: actions/checkout@v4.2.2
3030

31-
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
31+
- uses: actions/setup-go@v5.2.0
3232
with:
3333
go-version-file: 'go.mod'
3434
cache: true

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ jobs:
1313
contents: write
1414

1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16+
- uses: actions/checkout@v4.2.2
1717

18-
- uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5
18+
- uses: crazy-max/ghaction-import-gpg@v6.2.0
1919
id: gpg
2020
with:
2121
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2222
passphrase: ${{ secrets.GPG_PASSPHRASE }}
2323

24-
- uses: cli/gh-extension-precompile@561b19deda1228a0edf856c3325df87416f8c9bd
24+
- uses: cli/gh-extension-precompile@v2.0.0
2525
with:
26-
go_version: 1.20.x
2726
gpg_fingerprint: ${{ steps.gpg.outputs.fingerprint }}

cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var (
6666
Use: "report",
6767
Short: "gh cli extension to generate reports",
6868
Long: "gh cli extension to generate enterprise/organization/user/repository reports",
69-
Version: "2.4.2",
69+
Version: "2.5.0-rc.1",
7070
PersistentPreRunE: run,
7171
DisableAutoGenTag: true,
7272
}

0 commit comments

Comments
 (0)