Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump awalsh128/cache-apt-pkgs-action from 1.1.3 to 1.4.2 #118

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
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.2
with:
packages: libosmesa6-dev libgl1-mesa-dev python3-tk pandoc git-restore-mtime
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.2
with:
packages: libosmesa6-dev libgl1-mesa-dev python3-tk pandoc git-restore-mtime
version: 3.0
Expand Down
Loading