Skip to content

Commit ae45f49

Browse files
chore(deps): update all
1 parent c657457 commit ae45f49

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

.github/workflows/ci.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
docker-build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- name: Build the Docker image
1616
run: docker build . --file Dockerfile
1717
golangci-lint:
1818
name: golangci-lint
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222
- name: lint
23-
uses: golangci/golangci-lint-action@v2.5.2
23+
uses: golangci/golangci-lint-action@v3.7.0
2424
with:
2525
version: v1.28
2626
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -33,9 +33,9 @@ jobs:
3333
#- 1.13
3434
- 1.14
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- name: Install Go
38-
uses: actions/setup-go@v2
38+
uses: actions/setup-go@v4
3939
with:
4040
go-version: ${{ matrix.golang }}
4141
- name: Run tests on Windows
@@ -49,12 +49,12 @@ jobs:
4949
golang:
5050
- 1.14
5151
steps:
52-
- uses: actions/checkout@v2
52+
- uses: actions/checkout@v3
5353
- name: Install Go
54-
uses: actions/setup-go@v2
54+
uses: actions/setup-go@v4
5555
with:
5656
go-version: ${{ matrix.golang }}
57-
- uses: actions/cache@v2.1.4
57+
- uses: actions/cache@v3.3.2
5858
with:
5959
path: ~/go/pkg/mod
6060
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
@@ -71,12 +71,12 @@ jobs:
7171
- 1.13
7272
- 1.14
7373
steps:
74-
- uses: actions/checkout@v2
74+
- uses: actions/checkout@v3
7575
- name: Install Go
76-
uses: actions/setup-go@v2
76+
uses: actions/setup-go@v4
7777
with:
7878
go-version: ${{ matrix.golang }}
79-
- uses: actions/cache@v2.1.4
79+
- uses: actions/cache@v3.3.2
8080
with:
8181
path: ~/go/pkg/mod
8282
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10-
- uses: codfish/semantic-release-action@v1
10+
- uses: codfish/semantic-release-action@v2
1111
if: github.ref == 'refs/heads/master'
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

go.mod

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.sum

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)