Skip to content

Commit

Permalink
Update the cache github action (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twon authored Mar 3, 2025
1 parent 78366ef commit a294c42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- uses: actions/checkout@v4.2.2

- name: Cache Conan data
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.2
env:
cache-name: cache-conan-data
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v4.2.2

- name: Cache Conan data
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.2
env:
cache-name: cache-conan-data
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v4.2.2

- name: Cache Conan data
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.2
env:
cache-name: cache-conan-data
with:
Expand Down

0 comments on commit a294c42

Please sign in to comment.