Skip to content

Commit 5b5885b

Browse files
authored
Merge pull request #87 from GoogleContainerTools/dependabot/github_actions/actions/checkout-4.1.0
Bump actions/checkout from 4.0.0 to 4.1.0
2 parents 2a88109 + 54e297b commit 5b5885b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
8+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
99
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
1010
- run: make build

0 commit comments

Comments
 (0)