Skip to content

Commit 3a0b794

Browse files
authored
Merge pull request #61 from verkstedt/dependabot/github_actions/actions/cache-5.0.4
chore(deps): bump actions/cache from 5.0.3 to 5.0.4
2 parents ba54c60 + 440cdc3 commit 3a0b794

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ jobs:
530530

531531
- name: Restore cache
532532
id: cache
533-
uses: actions/cache/restore@v5.0.3
533+
uses: actions/cache/restore@v5.0.4
534534
# ⚠ Keep in sync with cache/save below
535535
with:
536536
path: |
@@ -549,7 +549,7 @@ jobs:
549549

550550
- name: Save cache
551551
if: steps.cache.outputs.cache-hit != 'true'
552-
uses: actions/cache/save@v5.0.3
552+
uses: actions/cache/save@v5.0.4
553553
# ⚠ Keep in sync with cache/restore above
554554
with:
555555
path: |

0 commit comments

Comments
 (0)