Skip to content

Commit ecd99bb

Browse files
chore(deps): update all
1 parent 164d00a commit ecd99bb

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
golangci-lint:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2.4.0
14+
- uses: actions/checkout@v3.0.2
1515
- name: golangci-lint
1616
uses: golangci/[email protected]
1717
with:
@@ -28,9 +28,9 @@ jobs:
2828
#- 1.13
2929
- 1.14
3030
steps:
31-
- uses: actions/checkout@v2.4.0
31+
- uses: actions/checkout@v3.0.2
3232
- name: Install Go
33-
uses: actions/setup-go@v2
33+
uses: actions/setup-go@v3
3434
with:
3535
go-version: ${{ matrix.golang }}
3636
- name: Run tests on Windows
@@ -46,9 +46,9 @@ jobs:
4646
OS: macos-latest
4747
GOLANG: ${{ matrix.golang }}
4848
steps:
49-
- uses: actions/checkout@v2.4.0
49+
- uses: actions/checkout@v3.0.2
5050
- name: Install Go
51-
uses: actions/setup-go@v2
51+
uses: actions/setup-go@v3
5252
with:
5353
go-version: ${{ matrix.golang }}
5454
- uses: actions/[email protected]
@@ -67,7 +67,7 @@ jobs:
6767
git --no-pager diff go.mod go.sum
6868
git --no-pager diff --quiet go.mod go.sum
6969
- name: Upload coverage to Codecov
70-
uses: codecov/codecov-action@v2.1.0
70+
uses: codecov/codecov-action@v3.1.0
7171
with:
7272
#token: ${{ secrets.CODECOV_TOKEN }}
7373
file: ./coverage.txt
@@ -86,9 +86,9 @@ jobs:
8686
OS: ubuntu-latest
8787
GOLANG: ${{ matrix.golang }}
8888
steps:
89-
- uses: actions/checkout@v2.4.0
89+
- uses: actions/checkout@v3.0.2
9090
- name: Install Go
91-
uses: actions/setup-go@v2
91+
uses: actions/setup-go@v3
9292
with:
9393
go-version: ${{ matrix.golang }}
9494
- uses: actions/[email protected]
@@ -107,7 +107,7 @@ jobs:
107107
- name: Run tests on Unix-like operating systems
108108
run: make unittest
109109
- name: Upload coverage to Codecov
110-
uses: codecov/codecov-action@v2.1.0
110+
uses: codecov/codecov-action@v3.1.0
111111
with:
112112
#token: ${{ secrets.CODECOV_TOKEN }}
113113
file: ./coverage.txt

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@v2.4.0
14+
uses: actions/checkout@v3.0.2
1515
-
1616
name: Unshallow
1717
run: git fetch --prune --unshallow
1818
-
1919
name: Run Semantic Release
2020
id: semantic
21-
uses: codfish/semantic-release-action@v1.9.0
21+
uses: codfish/semantic-release-action@v2.0.0
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
-

0 commit comments

Comments
 (0)