From f2c3d201bb11193ce08b98f44e92b89b42c075b9 Mon Sep 17 00:00:00 2001 From: Garret Meier Date: Mon, 1 Jul 2024 09:21:00 -0700 Subject: [PATCH] docs: replace composed package name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be10067..a7d4125 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This action allows caching of Advanced Package Tool (APT) package dependencies t ## 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