Update README.md to use latest release in examples.
This commit is contained in:
parent
91b541353e
commit
fc1d3efd6e
1 changed files with 2 additions and 3 deletions
|
@ -45,7 +45,7 @@ jobs:
|
||||||
name: Build Doxygen documentation and deploy
|
name: Build Doxygen documentation and deploy
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@v1
|
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen
|
packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
@ -68,11 +68,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@v1
|
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen
|
packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen
|
||||||
version: 1.0
|
version: 1.0
|
||||||
refresh: true # Force refresh / upgrade v1.0 cache.
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cache Limits
|
## Cache Limits
|
||||||
|
|
Loading…
Reference in a new issue