Skip to content

Commit f7771bb

Browse files
chore(deps): update all
1 parent 10c404f commit f7771bb

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v3
3333
- name: golangci-lint
34-
uses: golangci/golangci-lint-action@v3.3.0
34+
uses: golangci/golangci-lint-action@v3.5.0
3535
with:
3636
version: v1.38
3737
#github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/setup-go@v3
7171
with:
7272
go-version: ${{ matrix.golang }}
73-
- uses: actions/cache@v3.0.7
73+
- uses: actions/cache@v3.3.1
7474
with:
7575
path: ~/go/pkg/mod
7676
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
@@ -84,7 +84,7 @@ jobs:
8484
git --no-pager diff go.mod go.sum
8585
git --no-pager diff --quiet go.mod go.sum
8686
- name: Upload coverage to Codecov
87-
uses: codecov/codecov-action@v3.1.0
87+
uses: codecov/codecov-action@v3.1.4
8888
with:
8989
#token: ${{ secrets.CODECOV_TOKEN }}
9090
file: ./coverage.txt
@@ -110,7 +110,7 @@ jobs:
110110
uses: actions/setup-go@v3
111111
with:
112112
go-version: ${{ matrix.golang }}
113-
- uses: actions/cache@v3.0.7
113+
- uses: actions/cache@v3.3.1
114114
with:
115115
path: ~/go/pkg/mod
116116
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
@@ -124,7 +124,7 @@ jobs:
124124
- name: Run tests on Unix-like operating systems
125125
run: make unittest
126126
- name: Upload coverage to Codecov
127-
uses: codecov/codecov-action@v3.1.0
127+
uses: codecov/codecov-action@v3.1.4
128128
with:
129129
#token: ${{ secrets.CODECOV_TOKEN }}
130130
file: ./coverage.txt

tool/lint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"dependencies": {
33
"alex": "10.0.0",
44
"markdown-spellcheck": "1.3.1",
5-
"markdownlint-cli": "0.31.1",
5+
"markdownlint-cli": "0.34.0",
66
"remark-cli": "10.0.1",
7-
"remark-lint": "9.1.1"
7+
"remark-lint": "9.1.2"
88
}
99
}

0 commit comments

Comments
 (0)