From 8d86647c4a3b629024728ce70df4a5f8e5ba8027 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:31:39 +0000 Subject: [PATCH] chore: update actions/cache action to v5 See associated pull request for more information. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c0d0a74..386ed54 100644 --- a/action.yml +++ b/action.yml @@ -16,7 +16,7 @@ runs: steps: - name: Cache commitlint id: cache-commitlint - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-commitlint-cache@${{ inputs.commitlint_version }}