From f1a847ca8cbccec34bb9fc8998ce5231423d2da7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:58:17 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 31f2570..2154066 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Poetry uses: ni/python-actions/setup-poetry@a2554c7e5680982d3355677b2290e48b60678744 # v0.8.0 - name: Cache virtualenv - uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .venv key: nps-${{ runner.os }}-py${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('poetry.lock') }}