From 5f0e4c0a85ae588eebf91cb8f7c30706ce6fa33e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 21:10:06 +0000 Subject: [PATCH] Bump eth-pkg/apt-deb-cache from 0.2.5 to 0.2.6 Bumps [eth-pkg/apt-deb-cache](https://github.com/eth-pkg/apt-deb-cache) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/eth-pkg/apt-deb-cache/releases) - [Commits](https://github.com/eth-pkg/apt-deb-cache/compare/v0.2.5...v0.2.6) --- updated-dependencies: - dependency-name: eth-pkg/apt-deb-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)