We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b3eb88 commit c0d31b7Copy full SHA for c0d31b7
.github/workflows/api_doc.yml
@@ -50,7 +50,7 @@ jobs:
50
sudo apt install -y cmake
51
52
- name: Install Dependencies with cache
53
- uses: awalsh128/cache-apt-pkgs-action@v1.4.3
+ uses: awalsh128/cache-apt-pkgs-action@v1.5.0
54
with:
55
packages: >
56
build-essential
.github/workflows/ci_ubuntu.yml
@@ -88,7 +88,7 @@ jobs:
88
89
cache: true
90
91
- - uses: awalsh128/cache-apt-pkgs-action@v1.4.3
+ - uses: awalsh128/cache-apt-pkgs-action@v1.5.0
92
93
packages: libgl1-mesa-dev libglu1-mesa-dev
94
version: 1.0
0 commit comments