From 085dc9dbd0e853c64ac8607bc35565b987fee1df Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 31 Jul 2026 19:11:58 +0000 Subject: [PATCH] chore(deps): pin actions/checkout action to d23441a --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 70b9471..0538333 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - name: Prepare environment run: | -- 2.52.0