Skip to content

Commit 6c62754

Browse files
build(deps): bump actions/checkout from 3.0.1 to 3.0.2 (#909)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ddebda5 commit 6c62754

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version: 1.18
2828

29-
- uses: actions/[email protected].1
29+
- uses: actions/[email protected].2
3030

3131
- run: go build
3232
env:
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
go-version: ${{ matrix.go_version }}
5959

60-
- uses: actions/[email protected].1
60+
- uses: actions/[email protected].2
6161

6262
- run: go mod download
6363

@@ -78,6 +78,6 @@ jobs:
7878
name: lint
7979
runs-on: ubuntu-latest
8080
steps:
81-
- uses: actions/[email protected].1
81+
- uses: actions/[email protected].2
8282

8383
- uses: golangci/[email protected]

0 commit comments

Comments
 (0)