From 25f8360927126b1c10a224db10dc3c0d82857006 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Sat, 7 Jan 2023 22:18:41 +0100 Subject: [PATCH] Fix outdated ref to actions/setup-python@v3 in doc --- 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