File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
run : |
16
16
find . -name '*.md' | xargs env AUTODOC_DRYRUN=1 perl tools/autodoc.pl
17
17
- name : Install Go stable version
18
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
18
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
19
19
with :
20
20
go-version : ${{ matrix.go }}
21
21
- name : Test
Original file line number Diff line number Diff line change 8
8
- name : Checkout repository
9
9
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
10
10
- name : Install Go stable version
11
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
11
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
12
12
with :
13
13
go-version-file : go.mod
14
14
- uses : golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6.2.0
You can’t perform that action at this time.
0 commit comments