Bump GitHub Actions versions to latest
This commit is contained in:
committed by
mattn
parent
0f12d4e815
commit
bc7436edad
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
name: Run Dockerfiles in examples
|
name: Run Dockerfiles in examples
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Run example - simple
|
- name: Run example - simple
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
12
.github/workflows/go.yaml
vendored
12
.github/workflows/go.yaml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
- if: startsWith(matrix.os, 'macos')
|
- if: startsWith(matrix.os, 'macos')
|
||||||
run: brew update
|
run: brew update
|
||||||
|
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
|
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: 'Tags: default'
|
- name: 'Tags: default'
|
||||||
run: go-acc . -- -race -v -tags ""
|
run: go-acc . -- -race -v -tags ""
|
||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
run: go-acc . -- -race -v -tags "sqlite_vacuum_full"
|
run: go-acc . -- -race -v -tags "sqlite_vacuum_full"
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v1
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
env_vars: OS,GO
|
env_vars: OS,GO
|
||||||
file: coverage.txt
|
file: coverage.txt
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
msystem: MINGW64
|
msystem: MINGW64
|
||||||
path-type: inherit
|
path-type: inherit
|
||||||
|
|
||||||
- uses: actions/setup-go@v2
|
- uses: actions/setup-go@v6
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go }}
|
go-version: ${{ matrix.go }}
|
||||||
|
|
||||||
@@ -86,7 +86,7 @@ jobs:
|
|||||||
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
|
echo "$(go env GOPATH)/bin" >> "$GITHUB_PATH"
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: 'Tags: default'
|
- name: 'Tags: default'
|
||||||
run: go build -race -v -tags ""
|
run: go build -race -v -tags ""
|
||||||
@@ -107,7 +107,7 @@ jobs:
|
|||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
|
||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v2
|
uses: codecov/codecov-action@v5
|
||||||
with:
|
with:
|
||||||
env_vars: OS,GO
|
env_vars: OS,GO
|
||||||
file: coverage.txt
|
file: coverage.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user