Skip to content

Commit 52a4fb0

Browse files
Bump actions/checkout from 3.3.0 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.3.0...v3.5.3) --- 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 ec59a67 commit 52a4fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.3.0
14+
- uses: actions/checkout@v3.5.3
1515

1616
- name: Set up Go
1717
uses: actions/setup-go@v3
@@ -31,7 +31,7 @@ jobs:
3131
name: lint
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v3.3.0
34+
- uses: actions/checkout@v3.5.3
3535
- name: golangci-lint
3636
uses: golangci/golangci-lint-action@v3
3737
with:

0 commit comments

Comments
 (0)