Skip to content

Commit 91f332c

Browse files
authored
Merge pull request #34 from ko-build/dependabot/github_actions/all-aa3137d618
Bump actions/checkout from 4.1.7 to 4.2.0 in the all group
2 parents 201cc87 + 1bf7e53 commit 91f332c

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2727

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

0 commit comments

Comments
 (0)