From 8d62daac4ccf41a79a33a17ad94ef4089fbdd465 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 21 Jun 2026 23:03:56 +0000 Subject: [PATCH] fix(deps): update actions/checkout action to v7 --- .gitea/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yml b/.gitea/workflows/build-and-publish.yml index 2b51e6e..6c0901f 100644 --- a/.gitea/workflows/build-and-publish.yml +++ b/.gitea/workflows/build-and-publish.yml @@ -38,7 +38,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: # Full history and tags are required to derive the next version # from the conventional-commit messages since the last release. -- 2.52.0