Skip to content

Commit

Permalink
bump cache-apt-pkgs-action version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Dec 17, 2024
1 parent b0b8293 commit f6f4e39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
with:
packages: libgl1-mesa-glx xvfb
version: 1.0
version: 2.0

- name: "geovista cache"
uses: ./.github/workflows/composite/geovista-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
with:
packages: libgl1-mesa-glx xvfb
version: 1.0
version: 2.0

- name: "test lock (${{ matrix.version }})"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
with:
packages: libgl1-mesa-glx xvfb
version: 1.0
version: 2.0

- name: "pip install"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@a6c3917cc929dd0345bfb2d3feaf9101823370ad
with:
packages: libgl1-mesa-glx xvfb
version: 1.0
version: 2.0

- name: "geovista cache"
uses: ./.github/workflows/composite/geovista-cache
Expand Down

0 comments on commit f6f4e39

Please sign in to comment.