From 151e106aa715547333c069d8ad0d486e2e4a02bb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Jun 2026 16:04:37 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .gitea/workflows/ci.yaml | 2 +- .gitea/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 983b501..8f7095d 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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 diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index c11672a..440a704 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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 -- 2.49.1