File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,11 @@ jobs:
2121 steps :
2222
2323 - name : checkout
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v3
2525
2626 - name : install go ${{ matrix.go-version }}
27- uses : actions/setup-go@v2
27+ uses : actions/setup-go@v3
2828 with :
29- stable : ' !contains(${{ matrix.go-version }}, "beta") && !contains(${{ matrix.go-version }}, "rc")'
3029 go-version : ${{ matrix.go-version }}
3130
3231 - name : build libseccomp ${{ matrix.libseccomp }}
Original file line number Diff line number Diff line change @@ -14,20 +14,19 @@ jobs:
1414 lint :
1515 runs-on : ubuntu-20.04
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 - name : install deps
1919 run : |
2020 sudo apt -q update
2121 sudo apt -q install libseccomp-dev
22- - uses : golangci/golangci-lint-action@v2
22+ - uses : golangci/golangci-lint-action@v3
2323 with :
24- # must be specified without patch version
25- version : v1.41
24+ version : v1.45
2625
2726 codespell :
2827 runs-on : ubuntu-20.04
2928 steps :
30- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3130 - name : install deps
3231 # Version of codespell bundled with Ubuntu is way old, so use pip.
3332 run : pip install codespell
You can’t perform that action at this time.
0 commit comments