Skip to content

Commit f6fe6e4

Browse files
build(deps): bump actions/checkout from 3.2.0 to 3.3.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 395414e commit f6fe6e4

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)