Skip to content

Commit 3b0b3fd

Browse files
chore(deps): update actions/cache action to v4.3.0
1 parent 9be9301 commit 3b0b3fd

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ad_lab_create.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5858
with:
5959
path: ./labs/ad_lab/**
6060
key: ${{ github.run_id }}
@@ -89,7 +89,7 @@ jobs:
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9393
with:
9494
path: ./labs/ad_lab/**
9595
key: ${{ github.run_id }}

.github/workflows/ad_lab_destroy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5858
with:
5959
path: ./labs/ad_lab/**
6060
key: ${{ github.run_id }}
@@ -89,7 +89,7 @@ jobs:
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9393
with:
9494
path: ./labs/ad_lab/**
9595
key: ${{ github.run_id }}

.github/workflows/azure_app_services_create.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5858
with:
5959
path: ./modules/azure_app_service/**
6060
key: ${{ github.run_id }}
@@ -89,7 +89,7 @@ jobs:
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9393
with:
9494
path: ./modules/azure_app_service/**
9595
key: ${{ github.run_id }}

.github/workflows/azure_app_services_destroy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5858
with:
5959
path: ./modules/azure_app_service/**
6060
key: ${{ github.run_id }}
@@ -89,7 +89,7 @@ jobs:
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
9393
with:
9494
path: ./modules/azure_app_service/**
9595
key: ${{ github.run_id }}

.github/workflows/storage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
106106
with:
107107
path: ./production/storage_account/**
108108
key: ${{ github.run_id }}

0 commit comments

Comments
 (0)