File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 - name : Install dependencies
2020 run : GO111MODULE=off go get golang.org/x/exp/cmd/apidiff
2121 - name : Checkout old code
22- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
22+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2323 with :
2424 ref : ${{ github.base_ref }}
2525 path : " old"
2626 - name : Checkout new code
27- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
27+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2828 with :
2929 path : " new"
3030 - name : APIDiff
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
13+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1414 - name : Lint
1515 uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0
1616 with :
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : " Checkout code"
32- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
32+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3333 with :
3434 persist-credentials : false
3535
Original file line number Diff line number Diff line change 1818 with :
1919 go-version : ${{ matrix.version }}
2020 - name : Checkout code
21- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
21+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2222 - name : Build
2323 run : go build -v ./...
2424 - name : Test
You can’t perform that action at this time.
0 commit comments