Skip to content

Commit d7f5594

Browse files
bump actions/cache in second workflow
1 parent 32275c4 commit d7f5594

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-transactional.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v2
5151
- name: Initialize Transactional Cache
5252
id: init-cache-mc
53-
uses: actions/cache@v1
53+
uses: actions/cache@v4
5454
with:
5555
path: .cache
5656
key: cache-dir
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/checkout@v2
9696
- name: Initialize Transactional Cache
9797
id: init-cache-mc
98-
uses: actions/cache@v1
98+
uses: actions/cache@v4
9999
with:
100100
path: .cache
101101
key: cache-dir
@@ -142,7 +142,7 @@ jobs:
142142
- uses: actions/checkout@v2
143143
- name: Initialize Transactional Cache
144144
id: init-cache-mc
145-
uses: actions/cache@v1
145+
uses: actions/cache@v4
146146
with:
147147
path: .cache
148148
key: cache-dir

0 commit comments

Comments
 (0)