diff --git a/action.yml b/action.yml index 6c8b7a1..881d37b 100644 --- a/action.yml +++ b/action.yml @@ -45,7 +45,7 @@ runs: shell: bash - name: Install OpenFOAM on Linux (with caching) if: steps.prep.outputs.apt-package && inputs.cache && !job.container - uses: eth-pkg/apt-deb-cache@v0.2.5 + uses: eth-pkg/apt-deb-cache@v0.2.6 with: packages: ${{ steps.prep.outputs.apt-package }} - name: Install OpenFOAM on Linux (without caching)