diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae86253..1c055c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Cache Molecule id: molecule-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.moleculew key: Ansible-${{ matrix.ansible-version }}-${{ hashFiles('.moleculew/**') }}