diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 6821559..3529361 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -61,7 +61,7 @@ jobs: echo "MATLAB_ROOT=$(dirname $(dirname $(which matlab)))" >> $GITHUB_ENV - name: Cache pip packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.cache/pip key: ${{ runner.os }}-pip-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/requirements.txt') }}-${{ github.sha }} @@ -183,7 +183,7 @@ jobs: - name: Cache Boost installation if: matrix.use_system_packages == false id: cache-boost - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/boost key: boost-${{ env.BOOST_VERSION }}-${{ runner.os }}-${{ matrix.name }}-${{ github.sha }} @@ -240,7 +240,7 @@ jobs: - name: Cache HDF5 installation if: matrix.use_system_packages == false id: cache-hdf5 - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/hdf5 key: hdf5-${{ env.HDF5_VERSION }}-${{ runner.os }}-${{ matrix.name }}-${{ github.sha }} @@ -415,7 +415,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python uses: actions/setup-python@v6