File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5454 working-directory : ./labs/ad_lab
5555
5656 - name : Cache Terraform Plan 📦
57- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
57+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5858 with :
5959 path : ./labs/ad_lab/**
6060 key : ${{ github.run_id }}
8989 subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
9090
9191 - name : Restore Terraform Plan 🗺️
92- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
92+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9393 with :
9494 path : ./labs/ad_lab/**
9595 key : ${{ github.run_id }}
Original file line number Diff line number Diff line change 5454 working-directory : ./labs/ad_lab
5555
5656 - name : Cache Terraform Plan 📦
57- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
57+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5858 with :
5959 path : ./labs/ad_lab/**
6060 key : ${{ github.run_id }}
8989 subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
9090
9191 - name : Restore Terraform Plan 🗺️
92- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
92+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9393 with :
9494 path : ./labs/ad_lab/**
9595 key : ${{ github.run_id }}
Original file line number Diff line number Diff line change 5454 working-directory : ./modules/azure_app_service
5555
5656 - name : Cache Terraform Plan 📦
57- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
57+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5858 with :
5959 path : ./modules/azure_app_service/**
6060 key : ${{ github.run_id }}
8989 subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
9090
9191 - name : Restore Terraform Plan 🗺️
92- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
92+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9393 with :
9494 path : ./modules/azure_app_service/**
9595 key : ${{ github.run_id }}
Original file line number Diff line number Diff line change 5454 working-directory : ./modules/azure_app_service
5555
5656 - name : Cache Terraform Plan 📦
57- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
57+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5858 with :
5959 path : ./modules/azure_app_service/**
6060 key : ${{ github.run_id }}
8989 subscription-id : ${{ secrets.AZURE_SUBSCRIPTION_ID }}
9090
9191 - name : Restore Terraform Plan 🗺️
92- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
92+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
9393 with :
9494 path : ./modules/azure_app_service/**
9595 key : ${{ github.run_id }}
Original file line number Diff line number Diff line change 6767 working-directory : ./production/storage_account
6868
6969 - name : Cache Terraform Plan 📦
70- uses : actions/cache/save@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
70+ uses : actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
7171 with :
7272 path : ./production/storage_account/**
7373 key : ${{ github.run_id }}
@@ -102,7 +102,7 @@ jobs:
102102 subscription-id : ${{ env.ARM_SUBSCRIPTION_ID }}
103103
104104 - name : Restore Terraform Plan 🗺️
105- uses : actions/cache/restore@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
105+ uses : actions/cache/restore@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
106106 with :
107107 path : ./production/storage_account/**
108108 key : ${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments