Skip to content

Commit af9285e

Browse files
pionbotSean-Der
authored andcommitted
Update CI configs to v0.6.7
Update lint scripts and CI configs.
1 parent 37e16a3 commit af9285e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v2
4646

4747
- name: golangci-lint
48-
uses: golangci/golangci-lint-action@v2
48+
uses: golangci/golangci-lint-action@v3
4949
with:
5050
version: v1.31
5151
args: $GOLANGCI_LINT_EXRA_ARGS

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- uses: actions/checkout@v2
114114

115115
- name: Use Node.js
116-
uses: actions/setup-node@v2
116+
uses: actions/setup-node@v3
117117
with:
118118
node-version: '16.x'
119119

0 commit comments

Comments
 (0)