Skip to content

Commit 53f08f2

Browse files
authored
Merge pull request #78 from GoogleContainerTools/dependabot/github_actions/actions/checkout-3.6.0
Bump actions/checkout from 3.5.3 to 3.6.0
2 parents 3b4e66e + 0c22529 commit 53f08f2

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

0 commit comments

Comments
 (0)