Skip to content

Commit 01fff79

Browse files
chore(deps): update all
1 parent c6f8e4f commit 01fff79

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/go.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
golangci-lint:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v2.4.0
32+
- uses: actions/checkout@v3.0.2
3333
- name: golangci-lint
3434
uses: golangci/[email protected]
3535
with:
@@ -47,9 +47,9 @@ jobs:
4747
#- 1.13
4848
- 1.14
4949
steps:
50-
- uses: actions/checkout@v2.4.0
50+
- uses: actions/checkout@v3.0.2
5151
- name: Install Go
52-
uses: actions/setup-go@v2
52+
uses: actions/setup-go@v3
5353
with:
5454
go-version: ${{ matrix.golang }}
5555
- name: Run tests on Windows
@@ -66,9 +66,9 @@ jobs:
6666
OS: macos-latest
6767
GOLANG: ${{ matrix.golang }}
6868
steps:
69-
- uses: actions/checkout@v2.4.0
69+
- uses: actions/checkout@v3.0.2
7070
- name: Install Go
71-
uses: actions/setup-go@v2
71+
uses: actions/setup-go@v3
7272
with:
7373
go-version: ${{ matrix.golang }}
7474
- uses: actions/[email protected]
@@ -85,7 +85,7 @@ jobs:
8585
git --no-pager diff go.mod go.sum
8686
git --no-pager diff --quiet go.mod go.sum
8787
- name: Upload coverage to Codecov
88-
uses: codecov/codecov-action@v2.1.0
88+
uses: codecov/codecov-action@v3.1.1
8989
with:
9090
#token: ${{ secrets.CODECOV_TOKEN }}
9191
file: ./coverage.txt
@@ -107,9 +107,9 @@ jobs:
107107
OS: ubuntu-latest
108108
GOLANG: ${{ matrix.golang }}
109109
steps:
110-
- uses: actions/checkout@v2.4.0
110+
- uses: actions/checkout@v3.0.2
111111
- name: Install Go
112-
uses: actions/setup-go@v2
112+
uses: actions/setup-go@v3
113113
with:
114114
go-version: ${{ matrix.golang }}
115115
- uses: actions/[email protected]
@@ -126,7 +126,7 @@ jobs:
126126
- name: Run tests on Unix-like operating systems
127127
run: make unittest CI=true
128128
- name: Upload coverage to Codecov
129-
uses: codecov/codecov-action@v2.1.0
129+
uses: codecov/codecov-action@v3.1.1
130130
with:
131131
#token: ${{ secrets.CODECOV_TOKEN }}
132132
file: ./coverage.txt

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Release-Notes Preview
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2.4.0
14+
- uses: actions/checkout@v3.0.2
1515
- run: |
1616
git fetch --prune --unshallow --tags
1717
- uses: snyk/[email protected]

.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
21+
uses: codfish/semantic-release-action@v2
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
-

0 commit comments

Comments
 (0)