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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
You can’t perform that action at this time.
0 commit comments