mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 10:07:08 +00:00
docs: replace composed package name
This commit is contained in:
parent
3898e51b71
commit
f2c3d201bb
|
@ -11,7 +11,7 @@ This action allows caching of Advanced Package Tool (APT) package dependencies t
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
This action is a composition of [actions/cache](https://github.com/actions/cache/) and the `apt` utility. Some actions require additional APT based packages to be installed in order for other steps to be executed. Packages can be installed when ran but can consume much of the execution workflow time.
|
This action is a composition of [WarpBuilds/cache](https://github.com/WarpBuilds/cache) and the `apt` utility. Some actions require additional APT based packages to be installed in order for other steps to be executed. Packages can be installed when ran but can consume much of the execution workflow time.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue