Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e7c20b

Browse files
chore(deps): update all
1 parent 984e87f commit 0e7c20b

File tree

5 files changed

+25
-34
lines changed

5 files changed

+25
-34
lines changed

β€Ž.github/workflows/go.ymlβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
golangci-lint:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v2.4.0
32+
- uses: actions/checkout@v2.7.0
3333
- name: golangci-lint
34-
uses: golangci/golangci-lint-action@v3.2.0
34+
uses: golangci/golangci-lint-action@v3.7.1
3535
with:
3636
version: v1.28
3737
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -46,7 +46,7 @@ jobs:
4646
golang:
4747
- 1.16.x
4848
steps:
49-
- uses: actions/checkout@v2.4.0
49+
- uses: actions/checkout@v2.7.0
5050
- name: Install Go
5151
uses: actions/setup-go@v2
5252
with:
@@ -65,12 +65,12 @@ jobs:
6565
OS: macos-latest
6666
GOLANG: ${{ matrix.golang }}
6767
steps:
68-
- uses: actions/checkout@v2.4.0
68+
- uses: actions/checkout@v2.7.0
6969
- name: Install Go
7070
uses: actions/setup-go@v2
7171
with:
7272
go-version: ${{ matrix.golang }}
73-
- uses: actions/cache@v3.0.4
73+
- uses: actions/cache@v3.3.3
7474
with:
7575
path: ~/go/pkg/mod
7676
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
@@ -106,12 +106,12 @@ jobs:
106106
OS: ubuntu-latest
107107
GOLANG: ${{ matrix.golang }}
108108
steps:
109-
- uses: actions/checkout@v2.4.0
109+
- uses: actions/checkout@v2.7.0
110110
- name: Install Go
111111
uses: actions/setup-go@v2
112112
with:
113113
go-version: ${{ matrix.golang }}
114-
- uses: actions/cache@v3.0.4
114+
- uses: actions/cache@v3.3.3
115115
with:
116116
path: ~/go/pkg/mod
117117
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}

β€Ž.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@v2.7.0
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@v2.7.0
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@v1.10.0
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
-

β€Žgo.modβ€Ž

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žgo.sumβ€Ž

Lines changed: 13 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)