Skip to content
Snippets Groups Projects

Update actions/checkout action to v4

Merged Renovate Bot requested to merge renovate/actions-checkout-4.x into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -112,7 +112,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 1
Loading