Skip to content

Commit f489e8e

Browse files
committed
2 parents f72721e + b68089a commit f489e8e

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.platform }}
1111

1212
steps:
13-
- uses: actions/checkout@v3.1.0
13+
- uses: actions/checkout@v3.2.0
1414

1515
- name: golangci-lint
1616
uses: golangci/[email protected]

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
with:
2222
go-version: ${{ matrix.go-version }}
2323
- name: Checkout code
24-
uses: actions/checkout@v3.1.0
24+
uses: actions/checkout@v3.2.0
2525
- name: Run tests
2626
run: go test -v -covermode=count ./...

0 commit comments

Comments
 (0)