Skip to content

Commit 4cb82fb

Browse files
chore(deps): update actions/cache action to v4.1.2
1 parent 36875b0 commit 4cb82fb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/host_01_production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
working-directory: ./production/host_01
5656

5757
- name: Cache Terraform Plan 📦
58-
uses: actions/cache/save@v4.0.2
58+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
5959
with:
6060
path: ./production/host_01/**
6161
key: ${{ github.sha }}
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@v4
7575

7676
- name: Restore Terraform Plan 🗺️
77-
uses: actions/cache/restore@v4.0.2
77+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
7878
with:
7979
path: ./production/host_01/**
8080
key: ${{ github.sha }}

.github/workflows/host_02_production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
working-directory: ./production/host_02
5656

5757
- name: Cache Terraform Plan 📦
58-
uses: actions/cache/save@v4.0.2
58+
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
5959
with:
6060
path: ./production/host_02/**
6161
key: ${{ github.sha }}
@@ -87,7 +87,7 @@ jobs:
8787
uses: actions/checkout@v4
8888

8989
- name: Restore Terraform Plan 🗺️
90-
uses: actions/cache/restore@v4.0.2
90+
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
9191
with:
9292
path: ./production/host_02/**
9393
key: ${{ github.sha }}

0 commit comments

Comments
 (0)