From 3a218d0c65332a2129c97245b6875581ac090ad1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Jun 2026 00:02:35 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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 a604c8a..dfcceb2 100644 --- a/.gitea/workflows/build-and-publish.yml +++ b/.gitea/workflows/build-and-publish.yml @@ -18,7 +18,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: # Full history and tags are required to derive the next version # from the conventional-commit messages since the last release.