File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 26
26
CI : true
27
27
28
28
steps :
29
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
29
+ - uses : actions/checkout@v4.2.2
30
30
31
- - uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
31
+ - uses : actions/setup-go@v5.2.0
32
32
with :
33
33
go-version-file : ' go.mod'
34
34
cache : true
Original file line number Diff line number Diff line change @@ -13,15 +13,14 @@ jobs:
13
13
contents : write
14
14
15
15
steps :
16
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16
+ - uses : actions/checkout@v4.2.2
17
17
18
- - uses : crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5
18
+ - uses : crazy-max/ghaction-import-gpg@v6.2.0
19
19
id : gpg
20
20
with :
21
21
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
22
22
passphrase : ${{ secrets.GPG_PASSPHRASE }}
23
23
24
- - uses : cli/gh-extension-precompile@561b19deda1228a0edf856c3325df87416f8c9bd
24
+ - uses : cli/gh-extension-precompile@v2.0.0
25
25
with :
26
- go_version : 1.20.x
27
26
gpg_fingerprint : ${{ steps.gpg.outputs.fingerprint }}
Original file line number Diff line number Diff line change 66
66
Use : "report" ,
67
67
Short : "gh cli extension to generate reports" ,
68
68
Long : "gh cli extension to generate enterprise/organization/user/repository reports" ,
69
- Version : "2.4.2 " ,
69
+ Version : "2.5.0-rc.1 " ,
70
70
PersistentPreRunE : run ,
71
71
DisableAutoGenTag : true ,
72
72
}
You can’t perform that action at this time.
0 commit comments