File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
working-directory : ./production/host_01
56
56
57
57
- name : Cache Terraform Plan 📦
58
- uses : actions/cache/save@v4.0 .2
58
+ uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
59
59
with :
60
60
path : ./production/host_01/**
61
61
key : ${{ github.sha }}
74
74
uses : actions/checkout@v4
75
75
76
76
- name : Restore Terraform Plan 🗺️
77
- uses : actions/cache/restore@v4.0 .2
77
+ uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
78
78
with :
79
79
path : ./production/host_01/**
80
80
key : ${{ github.sha }}
Original file line number Diff line number Diff line change 55
55
working-directory : ./production/host_02
56
56
57
57
- name : Cache Terraform Plan 📦
58
- uses : actions/cache/save@v4.0 .2
58
+ uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
59
59
with :
60
60
path : ./production/host_02/**
61
61
key : ${{ github.sha }}
87
87
uses : actions/checkout@v4
88
88
89
89
- name : Restore Terraform Plan 🗺️
90
- uses : actions/cache/restore@v4.0 .2
90
+ uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1 .2
91
91
with :
92
92
path : ./production/host_02/**
93
93
key : ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments