3131 steps :
3232 - uses : actions/checkout@v3
3333 - name : golangci-lint
34- uses : golangci/golangci-lint-action@v3.3 .0
34+ uses : golangci/golangci-lint-action@v3.5 .0
3535 with :
3636 version : v1.38
3737 # github-token: ${{ secrets.GITHUB_TOKEN }}
7070 uses : actions/setup-go@v3
7171 with :
7272 go-version : ${{ matrix.golang }}
73- - uses : actions/cache@v3.0.7
73+ - uses : actions/cache@v3.3.1
7474 with :
7575 path : ~/go/pkg/mod
7676 key : ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
8484 git --no-pager diff go.mod go.sum
8585 git --no-pager diff --quiet go.mod go.sum
8686 - name : Upload coverage to Codecov
87- uses : codecov/codecov-action@v3.1.0
87+ uses : codecov/codecov-action@v3.1.4
8888 with :
8989 # token: ${{ secrets.CODECOV_TOKEN }}
9090 file : ./coverage.txt
@@ -110,7 +110,7 @@ jobs:
110110 uses : actions/setup-go@v3
111111 with :
112112 go-version : ${{ matrix.golang }}
113- - uses : actions/cache@v3.0.7
113+ - uses : actions/cache@v3.3.1
114114 with :
115115 path : ~/go/pkg/mod
116116 key : ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
@@ -124,7 +124,7 @@ jobs:
124124 - name : Run tests on Unix-like operating systems
125125 run : make unittest
126126 - name : Upload coverage to Codecov
127- uses : codecov/codecov-action@v3.1.0
127+ uses : codecov/codecov-action@v3.1.4
128128 with :
129129 # token: ${{ secrets.CODECOV_TOKEN }}
130130 file : ./coverage.txt
0 commit comments