From f26cfe6640abeb7264793ac07314b4231c0fccca Mon Sep 17 00:00:00 2001 From: Mario Finelli Date: Fri, 19 Jul 2024 18:46:13 +0200 Subject: [PATCH] Upgrade cache action to v4 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 44136b2..906990b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: ~/.ansible key: ansible-${{ hashFiles('requirements.yml') }}