From 1a8ae175b8b4c64c615eda682dbff0787c6c7513 Mon Sep 17 00:00:00 2001 From: Michael <35507196+mcarroll1@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:14:49 -0400 Subject: [PATCH] docs: Update usage to newer checkout version Updating usage snippet to use checkout@v4 since v2 uses deprecated node version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index feafcd2..7cbe9ed 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ See [action.yml](action.yml) ```yaml steps: -- uses: actions/checkout@v2 +- uses: actions/checkout@v4 - uses: GeoWerkstatt/create-jira-release@v1 with: