Skip to content

Commit 2184878

Browse files
build(deps): bump actions/checkout from 3.0.0 to 3.0.1 (#908)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.0...v3.0.1) --- 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 fca2921 commit 2184878

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].0
29+
- uses: actions/[email protected].1
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].0
60+
- uses: actions/[email protected].1
6161

6262
- run: go mod download
6363

@@ -77,6 +77,6 @@ jobs:
7777
name: lint
7878
runs-on: ubuntu-latest
7979
steps:
80-
- uses: actions/[email protected].0
80+
- uses: actions/[email protected].1
8181

8282
- uses: golangci/[email protected]

0 commit comments

Comments
 (0)