File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
- name : Install dependencies
20
20
run : GO111MODULE=off go get golang.org/x/exp/cmd/apidiff
21
21
- name : Checkout old code
22
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
22
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
23
23
with :
24
24
ref : ${{ github.base_ref }}
25
25
path : " old"
26
26
- name : Checkout new code
27
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
27
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
28
28
with :
29
29
path : " new"
30
30
- name : APIDiff
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
13
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
14
14
- name : Update Go
15
15
uses : actions/setup-go@v5
16
16
with :
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : " Checkout code"
32
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
32
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
33
33
with :
34
34
persist-credentials : false
35
35
Original file line number Diff line number Diff line change 18
18
with :
19
19
go-version : ${{ matrix.version }}
20
20
- name : Checkout code
21
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
21
+ uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
22
22
- name : Build
23
23
run : go build -v ./...
24
24
- name : Test
You can’t perform that action at this time.
0 commit comments