Skip to content

Commit ad8ee72

Browse files
authored
Merge pull request #9 from atomantic/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 394323e + 814f9e2 commit ad8ee72

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: npm run build
3737

3838
- name: Cache build artifacts
39-
uses: actions/cache/save@v4
39+
uses: actions/cache/save@v5
4040
with:
4141
path: |
4242
server/dist
@@ -63,7 +63,7 @@ jobs:
6363
run: npm ci
6464

6565
- name: Restore build artifacts
66-
uses: actions/cache/restore@v4
66+
uses: actions/cache/restore@v5
6767
with:
6868
path: |
6969
server/dist
@@ -100,7 +100,7 @@ jobs:
100100
run: npm ci
101101

102102
- name: Restore build artifacts
103-
uses: actions/cache/restore@v4
103+
uses: actions/cache/restore@v5
104104
with:
105105
path: |
106106
server/dist
@@ -130,7 +130,7 @@ jobs:
130130
run: npm ci
131131

132132
- name: Restore build artifacts
133-
uses: actions/cache/restore@v4
133+
uses: actions/cache/restore@v5
134134
with:
135135
path: |
136136
server/dist

0 commit comments

Comments
 (0)