Skip to content

Commit 1042cb6

Browse files
authored
Merge pull request #90 from GoogleContainerTools/dependabot/github_actions/actions/checkout-4.1.1
Bump actions/checkout from 4.1.0 to 4.1.1
2 parents 34d6b45 + 9a68d10 commit 1042cb6

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@8ade135a41bc03ea155e62e844d188df1ea18608
8+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
99
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
1010
- run: make build

0 commit comments

Comments
 (0)