Skip to content

Commit f26cb36

Browse files
committed
chore(deps): update actions/checkout action to v3
1 parent 302467f commit f26cb36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: lint
1515
uses: reviewdog/action-golangci-lint@v2
1616
test:
@@ -24,7 +24,7 @@ jobs:
2424
- ubuntu-latest
2525
runs-on: ${{ matrix.os }}
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v3
2828
- uses: actions/setup-go@v2
2929
with:
3030
go-version: ${{ matrix.go_version }}

0 commit comments

Comments
 (0)