diff --git a/.github/workflows/compute.yml b/.github/workflows/compute.yml index 9658dbc0..5347f644 100644 --- a/.github/workflows/compute.yml +++ b/.github/workflows/compute.yml @@ -79,7 +79,7 @@ jobs: working-directory: ${{ env.WORKING_DIRECTORY }} - name: Cache Terraform Plan 📦 - uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ${{ env.WORKING_DIRECTORY }}/** key: ${{ github.run_id }} @@ -127,7 +127,7 @@ jobs: exec -l $SHELL - name: Restore Terraform Plan 🗺️ - uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ${{ env.WORKING_DIRECTORY }}/** key: ${{ github.run_id }} diff --git a/.github/workflows/networking.yml b/.github/workflows/networking.yml index 8b3a54cf..10d6168a 100644 --- a/.github/workflows/networking.yml +++ b/.github/workflows/networking.yml @@ -79,7 +79,7 @@ jobs: working-directory: ${{ env.WORKING_DIRECTORY }} - name: Cache Terraform Plan 📦 - uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ${{ env.WORKING_DIRECTORY }}/** key: ${{ github.run_id }} @@ -127,7 +127,7 @@ jobs: exec -l $SHELL - name: Restore Terraform Plan 🗺️ - uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ${{ env.WORKING_DIRECTORY }}/** key: ${{ github.run_id }} diff --git a/.github/workflows/storage.yml b/.github/workflows/storage.yml index e7b1c116..cfbfaec0 100644 --- a/.github/workflows/storage.yml +++ b/.github/workflows/storage.yml @@ -79,7 +79,7 @@ jobs: working-directory: ${{ env.WORKING_DIRECTORY }} - name: Cache Terraform Plan 📦 - uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ${{ env.WORKING_DIRECTORY }}/** key: ${{ github.run_id }} @@ -108,7 +108,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Restore Terraform Plan 🗺️ - uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1 + uses: actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3 with: path: ${{ env.WORKING_DIRECTORY }}/** key: ${{ github.run_id }}