File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
run : apk add --no-cache tar
49
49
continue-on-error : true
50
50
- if : contains(matrix.terraform, '1.5.')
51
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
51
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
52
52
name : Cache TFLint plugin dir
53
53
with :
54
54
path : ~/.tflint.d/plugins
@@ -109,7 +109,7 @@ jobs:
109
109
run : apk add --no-cache tar
110
110
continue-on-error : true
111
111
- if : contains(matrix.terraform, '1.3.')
112
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
112
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
113
113
name : Cache TFLint plugin dir
114
114
with :
115
115
path : ~/.tflint.d/plugins
@@ -167,7 +167,7 @@ jobs:
167
167
run : apk add --no-cache tar
168
168
continue-on-error : true
169
169
- if : contains(matrix.terraform, '1.5.')
170
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
170
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
171
171
name : Cache TFLint plugin dir
172
172
with :
173
173
path : ~/.tflint.d/plugins
Original file line number Diff line number Diff line change 67
67
with :
68
68
python-version : 3.x
69
69
- run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
70
- - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
70
+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
71
71
with :
72
72
key : mkdocs-material-${{ env.cache_id }}
73
73
path : .cache
You can’t perform that action at this time.
0 commit comments