From 46ec82d85c02e210fd03ad5ff7bbe1cf6a7d4712 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:20:35 +0000 Subject: [PATCH] Update actions/cache action to v4 --- .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..c9cf0688 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@v4 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}