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
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- "@robonen/writekit" - "@robonen/writekit"
- "@robonen/writekit-playground" - "@robonen/writekit-playground"
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v6 uses: pnpm/action-setup@v6
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
name: Check version changes and publish name: Check version changes and publish
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
with: with:
fetch-depth: 0 fetch-depth: 0