chore(deps): update actions/checkout action to v7 #7

Merged
robonen merged 1 commits from renovate/actions-checkout-7.x into master 2026-06-18 19:44:25 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 151e106aa7 - Show all commits
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- "@robonen/writekit"
- "@robonen/writekit-playground"
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install pnpm
uses: pnpm/action-setup@v6
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
name: Check version changes and publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0