From 22e9f059b5cad8200886fa402c23094a3702f4ab Mon Sep 17 00:00:00 2001 From: John Wesley Walker III <81404201+jww3@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:56:52 +0200 Subject: [PATCH] Update update-main-version.yml --- .github/workflows/update-main-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-main-version.yml b/.github/workflows/update-main-version.yml index b0846cc..e8f1a95 100644 --- a/.github/workflows/update-main-version.yml +++ b/.github/workflows/update-main-version.yml @@ -21,7 +21,7 @@ jobs: steps: # Note this update workflow can also be used as a rollback tool. # For that reason, it's best to pin `actions/checkout` to a known, stable version - # (typically, about two releases back). + # (typically, the previous major version -- see https://github.com/actions/checkout/pull/1705). - uses: actions/checkout@v3 with: fetch-depth: 0