Skip to content

Commit 3aebd05

Browse files
authored
Merge pull request #30 from ko-build/dependabot/github_actions/all-0bd1363a87
Bump actions/checkout from 4.1.6 to 4.1.7 in the all group
2 parents 6c66175 + 5bb81a6 commit 3aebd05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
go-version: '1.22'
1414
check-latest: 'true'
1515

16-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1717

1818
# Minimal publish
1919
- uses: ./

.github/workflows/use-action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version: '1.22'
2424
check-latest: 'true'
2525

26-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2727

2828
# Minimal publish
2929
- uses: ko-build/setup-ko@main

0 commit comments

Comments
 (0)