diff --git a/docs/adrs/0000-caching-dependencies.md b/docs/adrs/0000-caching-dependencies.md
index 7aa5fdd..dc8d858 100644
--- a/docs/adrs/0000-caching-dependencies.md
+++ b/docs/adrs/0000-caching-dependencies.md
@@ -1,7 +1,7 @@
 # 0. Caching dependencies
 Date: 2022-04-13
 
-Status: Proposed
+Status: Accepted
 
 # Context
 `actions/setup-go` is the one of the most popular action related to Golang in GitHub Actions. Many customers use it in conjunction with [actions/cache](https://github.com/actions/cache) to speed up dependency installation process.