Răsfoiți Sursa

Update update-main-version.yml

John Wesley Walker III 1 an în urmă
părinte
comite
22e9f059b5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/update-main-version.yml

+ 1 - 1
.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