@openthink/stamp 1.6.0 → 1.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -3836,7 +3836,7 @@ function resolveMode(userMode, remoteClass) {
3836
3836
  return { effectiveMode: "local-only", warnings };
3837
3837
  }
3838
3838
  }
3839
- var VERIFY_ACTION_REF = "v1.6.0";
3839
+ var VERIFY_ACTION_REF = "v1.6.1";
3840
3840
  function maybeWriteVerifyWorkflow(repoRoot, prCheckOpt, effectiveMode) {
3841
3841
  const path2 = ".github/workflows/stamp-verify.yml";
3842
3842
  const fullPath = join5(repoRoot, path2);