Skip to content

Commit

Permalink
Merge pull request #14 from fredroy/update_action_cache
Browse files Browse the repository at this point in the history
update action/cache to v4
  • Loading branch information
fredroy authored Dec 24, 2024
2 parents 41be5a4 + 1ecd9a0 commit d345abd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ runs:
echo '------------------------------'
- name: Setup cache for pybind11 files
uses: actions/cache@v2
uses: actions/cache@v4
id: pybind11_cache
with:
path: ${{ env.PYBIND11_INSTALL_DIR }}
Expand All @@ -305,7 +305,7 @@ runs:
- name: Setup cache for Qt files
if: inputs.sofa_scope != 'minimal'
uses: actions/cache@v2
uses: actions/cache@v4
id: qt_cache
with:
path: ${{ env.QT_INSTALL_DIR }}
Expand Down Expand Up @@ -340,7 +340,7 @@ runs:
echo "$Qt5_ROOT" >> $GITHUB_PATH
- name: Setup cache for Boost files
uses: actions/cache@v2
uses: actions/cache@v4
id: boost_cache
with:
path: ${{ env.BOOST_INSTALL_DIR }}
Expand Down Expand Up @@ -381,7 +381,7 @@ runs:
fi
- name: Setup cache for Eigen files
uses: actions/cache@v2
uses: actions/cache@v4
id: eigen_cache
with:
path: ${{ env.EIGEN_INSTALL_DIR }}
Expand Down

0 comments on commit d345abd

Please sign in to comment.