From 8fa68ec4c95bffe957ef9a32ea961cfc4db6d1c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 20:45:04 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/actions/setup-pdm/action.yml | 2 +- .github/workflows/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-pdm/action.yml b/.github/actions/setup-pdm/action.yml index 82b8c07..2b6ae93 100644 --- a/.github/actions/setup-pdm/action.yml +++ b/.github/actions/setup-pdm/action.yml @@ -12,7 +12,7 @@ runs: python-version: "3.13" - name: Cache PDM - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cache/pdm diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19e9135..81e72d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,7 +92,7 @@ jobs: - uses: ./.github/actions/setup-pdm - name: Cache npm - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: npm-${{ runner.os }}-allure-${{ hashFiles('.github/workflows/build.yml') }}