From ff3c0fac93c5df2b5f23d5a1366066bfc0e8a70b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 14:37:02 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .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..53bc71dd 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@v3 with: path: ~/.local/share/virtualenvs key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}