From c0a05b8cb6de5f58b20d6d67323b02165fdc5659 Mon Sep 17 00:00:00 2001 From: Raphael Boidol Date: Sat, 24 Feb 2024 11:09:30 +0100 Subject: [PATCH] docs: update checkout action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6341a21..e3f0df6 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Verify that certain files or directories did or did not change during the workfl ```yaml ... steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Change text file run: |