From f575d0ea759ea15c6d12a3f336fa3d388002b6cd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 15 Feb 2026 20:28:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .gitea/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 09ee6c6..10eb707 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -8,7 +8,7 @@ jobs: test: runs-on: [ubuntu-latest, amd64] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 @@ -34,7 +34,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: true