Skip to content

Commit 4714366

Browse files
authored
Merge pull request #228 from TimoliaDE/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents e3fc9f0 + 17aceb9 commit 4714366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 2
1818

0 commit comments

Comments
 (0)