From a53d42c1971e3fe20d9af7866c1947235899ab13 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sun, 5 Jan 2025 16:57:42 +0000 Subject: [PATCH] Use current checkout action in example as well --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32202ec..a192d77 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ e.g. - run: git config --global core.autocrlf input - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: cygwin/cygwin-install-action@master