Skip to content

Commit

Permalink
Bump actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-r-elp committed Dec 31, 2024
1 parent 746886b commit f9e860d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildMod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: QPM Dependencies Cache
id: cache-qpm-deps
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-qpm-deps
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildModPR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: QPM Dependencies Cache
id: cache-qpm-deps
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-qpm-deps
with:
Expand Down

0 comments on commit f9e860d

Please sign in to comment.