Skip to content

Commit bc7436e

Browse files
committed
Bump GitHub Actions versions to latest
1 parent 0f12d4e commit bc7436e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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: |

.github/workflows/go.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

@@ -35,7 +35,7 @@ jobs:
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 ""
@@ -50,7 +50,7 @@ jobs:
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
@@ -77,7 +77,7 @@ jobs:
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

@@ -86,7 +86,7 @@ jobs:
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

0 commit comments

Comments
 (0)