From 175a5cf1f024f34590cabdeba4dbe168294f31cd Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 11 Feb 2024 20:26:03 +0400 Subject: [PATCH] Update README.md Update actions for checkout and setup-python following the update to Node 20 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a30ad0..d03f58e 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-python@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 - uses: pre-commit/action@v3.0.1 ```