From c8b2b8f98f6bcfb3ddacc37ff8b051a2324689f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Aug 2025 11:02:33 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 08eba0b --- .gitea/workflows/ci.yaml | 4 ++-- .gitea/workflows/publish.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 446c7cd..ea8092f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -9,7 +9,7 @@ jobs: name: Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: ⚡ Cache uses: https://git.kjan.de/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: @@ -27,7 +27,7 @@ jobs: name: Test publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: ⚡ Cache uses: https://git.kjan.de/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 0bace1d..92391d2 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -11,7 +11,7 @@ jobs: name: Test publish runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 - name: ⚡ Cache uses: https://git.kjan.de/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: