diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 608071b..ca97c8e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: working-directory: modules/${{ matrix.module }} steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: ${{ env.TF_PLUGIN_CACHE_DIR }} key: terraform-plugins-${{ runner.os }}-${{ hashFiles('modules/*/versions.tf') }}