From 3c4e41039e4473e5c64df6d07a6213fd058d8e0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:14:44 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/ec2-pulumi-ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ec2-pulumi-ansible.yml b/.github/workflows/ec2-pulumi-ansible.yml index b22e8d16..fbacebb0 100644 --- a/.github/workflows/ec2-pulumi-ansible.yml +++ b/.github/workflows/ec2-pulumi-ansible.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - name: Cache pipenv virtualenvs incl. all pip packages - uses: actions/cache@v2 + uses: actions/cache@v5 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}