Skip to content

Commit 41e7606

Browse files
authored
Merge pull request #74 from grokify/dependabot/github_actions/actions/checkout-3.3.0
build(deps): bump actions/checkout from 3.2.0 to 3.3.0
2 parents 52773c5 + f6fe6e4 commit 41e7606

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

+1-1
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.2.0
13+
- uses: actions/checkout@v3.3.0
1414

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

.github/workflows/test.yaml

+1-1
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.2.0
24+
uses: actions/checkout@v3.3.0
2525
- name: Run tests
2626
run: go test -v -covermode=count ./...

0 commit comments

Comments
 (0)