Skip to content

Commit

Permalink
Merge pull request prusa3d#4847 from 3d-gussner/MK3_action_cache_v4
Browse files Browse the repository at this point in the history
Change actions/cache to v4
  • Loading branch information
3d-gussner authored Feb 11, 2025
2 parents c798754 + 1965743 commit 9fb034a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fetch-depth: 0

- name: Cache Dependencies
uses: actions/cache@v4.0.0
uses: actions/cache@v4
id: cache-pkgs
with:
path: ".dependencies"
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
fetch-depth: 0

- name: Cache Dependencies
uses: actions/cache@v4.0.0
uses: actions/cache@v4
id: cache-pkgs
with:
path: ".dependencies"
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
fetch-depth: 0

- name: Cache Dependencies
uses: actions/cache@v4.0.0
uses: actions/cache@v4
id: cache-pkgs
with:
path: ".dependencies"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache Dependencies
uses: actions/cache@v4.0.0
uses: actions/cache@v4
id: cache-pkgs
with:
path: ".dependencies"
Expand Down

0 comments on commit 9fb034a

Please sign in to comment.