From d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bastien=20G=C3=A9rard?= <bast.gerard@gmail.com>
Date: Mon, 9 Jan 2023 09:55:39 +0100
Subject: [PATCH] Fix outdated ref to actions/setup-python@v3 in doc (#581)

---
 docs/advanced-usage.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md
index fa022d93..150ccee0 100644
--- a/docs/advanced-usage.md
+++ b/docs/advanced-usage.md
@@ -259,7 +259,7 @@ If `check-latest` is set to `true`, the action first checks if the cached versio
 ```yaml
 steps:
   - uses: actions/checkout@v3
-  - uses: actions/setup-python@v3
+  - uses: actions/setup-python@v4
     with:
       python-version: '3.7'
       check-latest: true