Skip to content

Commit

Permalink
Bump awalsh128/cache-apt-pkgs-action from 1.1.3 to 1.4.1
Browse files Browse the repository at this point in the history
Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.1.3 to 1.4.1.
- [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases)
- [Commits](awalsh128/cache-apt-pkgs-action@v1.1.3...v1.4.1)

---
updated-dependencies:
- dependency-name: awalsh128/cache-apt-pkgs-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 6ed3082 commit f1f3f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install pytest-pyvista with test dependencies
run: pip install .[docs] 'pyvista>=0.37'

- uses: awalsh128/cache-apt-pkgs-action@v1.1.3
- uses: awalsh128/cache-apt-pkgs-action@v1.4.1
with:
packages: libgl1-mesa-glx xvfb
version: 3.0
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
if: ${{ matrix.vtk-version == '9.0.3' }}
run: pip install 'numpy<1.24'

- uses: awalsh128/cache-apt-pkgs-action@v1.1.3
- uses: awalsh128/cache-apt-pkgs-action@v1.4.1
with:
packages: libgl1-mesa-glx xvfb python-tk
version: 3.0
Expand Down

0 comments on commit f1f3f9e

Please sign in to comment.