From f7aeaaca5c34c48b7cf48e14780394ca047a453d Mon Sep 17 00:00:00 2001 From: meda Date: Fri, 19 Jun 2026 00:03:17 +0000 Subject: [PATCH] chore(deps): update all deps to v7 --- .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 3e633b4..b126856 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@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 @@ -34,7 +34,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: true