From e49856aeb8d09b918b5e42058e7639a91da8c2d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 11 Aug 2025 13:02:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .gitea/workflows/ci.yaml | 6 +++--- .gitea/workflows/publish.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 446c7cd..93e8fed 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: ⚡ Cache uses: https://git.kjan.de/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Get current version from Cargo.toml id: cargo-version diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index 0bace1d..ddd123c 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: ⚡ Cache uses: https://git.kjan.de/actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: