Skip to content

Commit 2373cd7

Browse files
Merge pull request #28 from igorcampos-dev/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents f971b9d + edea24b commit 2373cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spring-kafka-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout repository and submodules
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444
with:
4545
submodules: true
4646

0 commit comments

Comments
 (0)