From 6ef78812c5cf0d0c89af387d2ec39b451ee0394f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Jun 2026 18:02:00 +0000 Subject: [PATCH] chore(deps): update https://git.keligrubb.com/actions/checkout action to v7 --- .gitea/workflows/pr.yml | 4 ++-- .gitea/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index b18f944..ea3f51f 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: https://git.keligrubb.com/actions/checkout@v6 + uses: https://git.keligrubb.com/actions/checkout@v7 - name: Setup Node uses: https://git.keligrubb.com/actions/setup-node@v6 @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: https://git.keligrubb.com/actions/checkout@v6 + uses: https://git.keligrubb.com/actions/checkout@v7 - name: Setup Node uses: https://git.keligrubb.com/actions/setup-node@v6 diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 357a0b7..97ff34d 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -19,7 +19,7 @@ jobs: COMFYUI_URL: http://192.168.1.124:8188 steps: - name: Checkout - uses: https://git.keligrubb.com/actions/checkout@v6 + uses: https://git.keligrubb.com/actions/checkout@v7 - name: Setup Node uses: https://git.keligrubb.com/actions/setup-node@v6