File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 name : Run Dockerfiles in examples
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v6
1717
1818 - name : Run example - simple
1919 run : |
Original file line number Diff line number Diff line change 2323 - if : startsWith(matrix.os, 'macos')
2424 run : brew update
2525
26- - uses : actions/setup-go@v2
26+ - uses : actions/setup-go@v6
2727 with :
2828 go-version : ${{ matrix.go }}
2929
3535 run : |
3636 echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
3737
38- - uses : actions/checkout@v2
38+ - uses : actions/checkout@v6
3939
4040 - name : ' Tags: default'
4141 run : go-acc . -- -race -v -tags ""
5050 run : go-acc . -- -race -v -tags "sqlite_vacuum_full"
5151
5252 - name : Upload coverage to Codecov
53- uses : codecov/codecov-action@v1
53+ uses : codecov/codecov-action@v5
5454 with :
5555 env_vars : OS,GO
5656 file : coverage.txt
7777 msystem : MINGW64
7878 path-type : inherit
7979
80- - uses : actions/setup-go@v2
80+ - uses : actions/setup-go@v6
8181 with :
8282 go-version : ${{ matrix.go }}
8383
8686 echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
8787 shell : msys2 {0}
8888
89- - uses : actions/checkout@v2
89+ - uses : actions/checkout@v6
9090
9191 - name : ' Tags: default'
9292 run : go build -race -v -tags ""
@@ -107,7 +107,7 @@ jobs:
107107 shell : msys2 {0}
108108
109109 - name : Upload coverage to Codecov
110- uses : codecov/codecov-action@v2
110+ uses : codecov/codecov-action@v5
111111 with :
112112 env_vars : OS,GO
113113 file : coverage.txt
You can’t perform that action at this time.
0 commit comments