File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333 go-version : ${{ matrix.go-version }}
3434
3535 - name : Checkout code
36- uses : actions/checkout@v3
36+ uses : actions/checkout@v4
3737
3838 - name : Test
3939 run : make test
Original file line number Diff line number Diff line change 3434 go-version : ${{ matrix.go-version }}
3535
3636 - name : Checkout code
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838
3939 - name : Test doc examples
4040 working-directory : ./doctests
Original file line number Diff line number Diff line change 2121 name : lint
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : golangci-lint
2626 uses : golangci/golangci-lint-action@v3
Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - name : Checkout
9- uses : actions/checkout@v3
9+ uses : actions/checkout@v4
1010 - name : Check Spelling
1111 uses : rojopolis/spellcheck-github-actions@0.33.1
1212 with :
You can’t perform that action at this time.
0 commit comments