fix(deps): update actions/checkout action to v6 #9

Merged
lyrathorpe merged 1 commits from renovate/actions-checkout-6.x into main 2026-06-12 12:18:50 +01:00
Showing only changes of commit df0df3e9a0 - Show all commits
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
with:
# Full history and tags are required to derive the next version
# from the conventional-commit messages since the last release.