diff --git a/.github/workflows/cache.yml b/.github/workflows/cache.yml index d9b1a6d..0c9c7ee 100644 --- a/.github/workflows/cache.yml +++ b/.github/workflows/cache.yml @@ -23,7 +23,7 @@ jobs: - name: Cache Vagrant boxes id: cache-vagrant - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4 with: lookup-only: true #if it exists, we don't need to restore and can skip the next step path: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 148e641..3980aff 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: cache: 'pip' # caching pip dependencies - name: Restore Ansible cache - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 + uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4 with: path: ~/.ansible/collections key: ansible-${{ hashFiles('collections/requirements.yml') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e646b18..29b0649 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: cache: 'pip' # caching pip dependencies - name: Restore vagrant Boxes cache - uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # 4.2.3 + uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # 4.2.4 with: path: ~/.vagrant.d/boxes key: vagrant-boxes-${{ hashFiles('**/molecule.yml') }}