diff --git a/apps/archive/docs/engineering-playbook/CI-CD/ci-cd-pipelines.mdx b/apps/archive/docs/engineering-playbook/CI-CD/ci-cd-pipelines.mdx index 8ed31c0..eb26a3f 100644 --- a/apps/archive/docs/engineering-playbook/CI-CD/ci-cd-pipelines.mdx +++ b/apps/archive/docs/engineering-playbook/CI-CD/ci-cd-pipelines.mdx @@ -98,6 +98,7 @@ jobs: ## Useful GitHub Actions - [setup-node](https://github.com/actions/setup-node) - [checkout](https://github.com/actions/checkout) +- [cache](https://github.com/actions/cache) - [first-interaction](https://github.com/actions/first-interaction) - [labeler](https://github.com/actions/labeler) - [release-action](https://github.com/ncipollo/release-action) @@ -105,4 +106,4 @@ jobs: - [download-artifact](https://github.com/actions/download-artifact) - [upload-artifact](https://github.com/actions/upload-artifact) - [actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) -- [codecov-action](https://github.com/codecov/codecov-action) \ No newline at end of file +- [codecov-action](https://github.com/codecov/codecov-action)